ultimate/Ultimate.Presentation/Ultimate.Presentation.csproj

19 lines
513 B
XML
Raw Permalink Normal View History

2023-12-11 14:05:07 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2023-06-12 10:26:01 +02:00
<PropertyGroup>
2023-12-22 09:15:40 +01:00
<TargetFramework>net8.0</TargetFramework>
2023-06-12 10:26:01 +02:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-12-11 14:05:07 +01:00
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.0" />
2023-06-12 10:26:01 +02:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Service.Contracts\Service.Contracts.csproj" />
</ItemGroup>
</Project>