Skip to content

Commit bc12a6e

Browse files
committed
enable unsafe for builds
1 parent c7e0176 commit bc12a6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PixelArtTool/PixelArtTool.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
36+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3637
</PropertyGroup>
3738
<ItemGroup>
3839
<Reference Include="System" />

0 commit comments

Comments
 (0)