PIbd-23-Yunusov-N.N.-CarRep.../CarRepairShop/CarRepairShopRestApi/CarRepairShopRestApi.csproj

22 lines
847 B
XML
Raw Normal View History

2024-04-07 22:59:40 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2024-04-06 19:58:28 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CarRepairShopBusinessLogic\CarRepairShopBusinessLogic.csproj" />
<ProjectReference Include="..\CarRepairShopDatabaseImplement\CarRepairShopDatabaseImplement.csproj" />
2024-04-07 17:41:15 +04:00
<ProjectReference Include="..\CarRepairShopFileImplement\CarRepairShopFileImplement.csproj" />
<ProjectReference Include="..\CarRepairShopListImplement\CarRepairShopListImplement.csproj" />
2024-04-06 19:58:28 +04:00
</ItemGroup>
</Project>