Skip to content

Commit b0683fc

Browse files
author
Nathan Ricci
authored
Set ValidateExecutableReferencesMatchSelfContained to false in aotllvm template. (#1707)
1 parent 4b5a65d commit b0683fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BenchmarkDotNet/Templates/MonoAOTLLVMCsProj.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<EnableTargetingPackDownload>false</EnableTargetingPackDownload>
99
<PublishTrimmed>false</PublishTrimmed>
1010
<AssemblyName>$PROGRAMNAME$</AssemblyName>
11+
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
1112
</PropertyGroup>
1213

1314
<ItemGroup>
@@ -63,4 +64,4 @@
6364

6465
</Target>
6566

66-
</Project>
67+
</Project>

0 commit comments

Comments
 (0)