KPO_Course_Work/Address Directory/Services.Abstractions/Services.Abstractions.csproj

14 lines
304 B
XML
Raw Normal View History

2024-12-08 22:57:55 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Contracts\Contracts.csproj" />
</ItemGroup>
</Project>