Files
Cleanuparr/code/backend/Cleanuparr.Shared/Cleanuparr.Shared.csproj
2025-06-18 21:58:48 +03:00

10 lines
225 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>