ISEbd-21_Vasina_E.S._Comput.../ComputersShop/ComputersShopFileImplement/ComputersShopFileImplement.csproj
2023-03-15 01:42:28 +04:00

14 lines
327 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ComputersShopContracts\ComputersShopContracts.csproj" />
</ItemGroup>
</Project>