Skip to content

Commit 9378651

Browse files
author
Nathan Ricci
authored
Set allow unsafe blocks to true. (#1779)
1 parent aa9167a commit 9378651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BenchmarkDotNet/Templates/MonoAOTLLVMCsProj.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PublishTrimmed>false</PublishTrimmed>
1010
<AssemblyName>$PROGRAMNAME$</AssemblyName>
1111
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
12+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)