disable unsafe (unused)

This commit is contained in:
uwaa 2024-11-01 08:37:19 +00:00
parent 4e11430dac
commit b0aa3baff3

View file

@ -3,6 +3,5 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>