PIbd-33_Dyakonov_R_R_COP_14/BusinessLogic/BusinessLogic.csproj

14 lines
304 B
XML
Raw Normal View History

2024-10-28 20:58:57 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Contracts\Contracts.csproj" />
</ItemGroup>
</Project>