PIbd-23_Razin_A.A._Security.../SecuritySystem/SecuritySystemContracts/SecuritySystemContracts.csproj

14 lines
331 B
XML
Raw Normal View History

2024-05-11 11:52:27 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SecuritySystemDataModels\SecuritySystemDataModels.csproj" />
</ItemGroup>
</Project>