|
@@ -4,6 +4,7 @@
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Nullable>enable</Nullable>
|
|
|
|
+ <WarningsAsErrors>Nullable</WarningsAsErrors>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|