ultimate/Ultimate.Presentation/Ultimate.Presentation.csproj

18 lines
428 B
XML
Raw Normal View History

2023-06-12 10:26:01 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Service.Contracts\Service.Contracts.csproj" />
</ItemGroup>
</Project>