Skip to content

Commit 721e481

Browse files
committed
Allow unsafe for release
1 parent b826090 commit 721e481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DefineConstants>TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
35-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
35+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3636
<Prefer32Bit>false</Prefer32Bit>
3737
</PropertyGroup>
3838

0 commit comments

Comments
 (0)