Files
qbtmud/Lantean.QBitTorrentClient/Lantean.QBitTorrentClient.csproj
2025-01-07 09:18:45 +00:00

11 lines
262 B
XML

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