Allow unsafe blocks

This commit is contained in:
Speykious
2022-01-15 07:18:51 +01:00
parent b7443763f1
commit d63938ab94

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>