PIbd-22_Romanov_E.V._Securi.../SecuritySystemFileImplement/SecuritySystemFileImplement.csproj
10Г Егор Романов ad16a7ca87 Final
2023-03-06 18:08:23 +04:00

15 lines
424 B
XML

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