disable NULL value warnings

This commit is contained in:
2022-08-24 10:26:36 +02:00
parent 8472e5cf9e
commit 95d36c1a18

View File

@@ -7,7 +7,7 @@
<PropertyGroup>
<TargetFramework>net5.0-windows7</TargetFramework>
<Platforms>x64</Platforms>
<Nullable>enable</Nullable>
<Nullable>annotations</Nullable>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>