We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9167a commit 9378651Copy full SHA for 9378651
src/BenchmarkDotNet/Templates/MonoAOTLLVMCsProj.txt
@@ -9,6 +9,7 @@
9
<PublishTrimmed>false</PublishTrimmed>
10
<AssemblyName>$PROGRAMNAME$</AssemblyName>
11
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
12
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments