PIbd-23-Volkov-N.A.-Compute.../ComputersShop/ComputersShopContracts/ComputersShopContracts.csproj

20 lines
576 B
XML
Raw Permalink Normal View History

2024-02-05 20:36:39 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2024-05-12 11:23:15 +04:00
<PackageReference Include="Unity" Version="5.11.10" />
<PackageReference Include="Unity.Microsoft.Logging" Version="5.11.1" />
2024-02-05 20:36:39 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\СomputersShopDataModels\СomputersShopDataModels.csproj" />
</ItemGroup>
</Project>