PIBD-21_Lobashov_I_D_Travel.../TravelCompany/TravelCompanyRestApi/TravelCompanyRestApi.csproj

20 lines
649 B
XML
Raw Permalink Normal View History

2024-04-18 16:34:54 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2024-04-18 21:08:02 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="6.1.0" />
2024-04-18 16:34:54 +04:00
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TravelCompanyBusinessLogic\TravelCompanyBusinessLogic.csproj" />
<ProjectReference Include="..\TravelCompanyDatabaseImplement\TravelCompanyDatabaseImplement.csproj" />
</ItemGroup>
</Project>