Files
Cleanuparr/code/backend/Cleanuparr.Domain/Cleanuparr.Domain.csproj
2026-01-07 00:27:20 +02:00

14 lines
330 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
</Project>