Files
qbtmud/Lantean.QBitTorrentClient/Lantean.QBitTorrentClient.csproj
2025-05-30 15:43:22 +01:00

11 lines
264 B
XML

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