Warnings as errors

This commit is contained in:
Smaug123
2022-11-06 12:22:59 +00:00
parent 77d1c7befb
commit 8a35a9d3f7
5 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>