AllowUnsafe in public release .csproj

This commit is contained in:
John Lewin 2017-12-31 06:02:08 -08:00
parent ae2f760bb6
commit 7c4dd9a8cf

View file

@ -31,6 +31,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />