Skip to content

Commit 75f6327

Browse files
author
Nathan Ricci
authored
Set ValidateExecutableReferencesMatchSelfContained for Wasm (#1729)
1 parent cb23e12 commit 75f6327

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/BenchmarkDotNet/Templates/WasmAotCsProj.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<RunAOTCompilation>true</RunAOTCompilation>
1414
<WasmMainJSPath>$(RuntimeSrcDir)\src\mono\wasm\runtime-test.js</WasmMainJSPath>
1515
<WasmGenerateRunV8Script>true</WasmGenerateRunV8Script>
16+
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
1617
$COPIEDSETTINGS$
1718
</PropertyGroup>
1819

src/BenchmarkDotNet/Templates/WasmCsProj.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
1010
<MicrosoftNetCoreAppRuntimePackDir>$RUNTIMEPACK$</MicrosoftNetCoreAppRuntimePackDir>
1111
<UsingBrowserRuntimeWorkload>false</UsingBrowserRuntimeWorkload>
12+
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
1213
$COPIEDSETTINGS$
1314
</PropertyGroup>
1415

0 commit comments

Comments
 (0)