PIbd-31_Rodionov.I.A._COP_28/COP/PortalAccountsBusinessLogic/PortalAccountsBusinessLogic.csproj
2024-10-22 19:42:03 +04:00

14 lines
329 B
XML

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