PIbd-22_Chernyshev_Shabunov.../ComputerShopBusinessLogic/ComputerShopBusinessLogic.csproj

18 lines
430 B
XML
Raw Normal View History

2024-04-17 17:32:40 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ComputerShopContracts\ComputerShopContracts.csproj" />
</ItemGroup>
2024-04-17 17:32:40 +04:00
</Project>