KPO_Course_Work/Address Directory/Presentation/Presentation.csproj

18 lines
440 B
XML
Raw Normal View History

2024-12-09 03:27:18 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-12-11 01:51:02 +04:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.38" />
2024-12-09 03:27:18 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Services.Abstractions\Services.Abstractions.csproj" />
</ItemGroup>
</Project>