Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2 недель назад
12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
  7. <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Core\Core.csproj" />
  11. <ProjectReference Include="..\Domain\Domain.csproj" />
  12. <ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
  13. <ProjectReference Include="..\Models\Models.csproj" />
  14. </ItemGroup>
  15. </Project>