PIbd-21_Barsukov_P.O._Compu.../ComputersShop/ComputerShopFileImplements/ComputersShopFileImplements.csproj

15 lines
420 B
XML
Raw Normal View History

2024-02-19 22:16:00 +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="..\ComputersShopDataModels\ComputersShopDataModels.csproj" />
</ItemGroup>
</Project>