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

15 lines
422 B
XML
Raw Normal View History

2024-02-18 13:58:39 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ComputersShopContracts\ComputersShopContracts.csproj" />
<ProjectReference Include="..\СomputersShopDataModels\СomputersShopDataModels.csproj" />
</ItemGroup>
</Project>