PIbd-22_Isaeva_A.I._FishFac.../FishFactoryRestApi/FishFactoryRestApi.csproj

24 lines
979 B
XML
Raw Normal View History

2024-04-17 12:51:33 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2024-04-17 11:28:47 +04:00
<PropertyGroup>
2024-05-12 12:56:51 +04:00
<TargetFramework>net8.0</TargetFramework>
2024-04-17 11:28:47 +04:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2024-04-17 12:51:33 +04:00
<UserSecretsId>4121f4ab-122b-4e46-9a8b-9f0e8e262cda</UserSecretsId>
2024-04-17 11:28:47 +04:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.16" />
2024-04-17 12:51:33 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" />
2024-04-17 11:28:47 +04:00
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FishFactoryBusinessLogic\FishFactoryBusinessLogic.csproj" />
<ProjectReference Include="..\FishFactoryContracts\FishFactoryContracts.csproj" />
<ProjectReference Include="..\FishFactoryDatabaseImplement\FishFactoryDatabaseImplement.csproj" />
2024-04-17 12:51:33 +04:00
<ProjectReference Include="..\FishFactoryFileImplement\FishFactoryFileImplement.csproj" />
2024-04-17 11:28:47 +04:00
</ItemGroup>
</Project>