Skip to content

Commit c303ad1

Browse files
authored
Fix typo in WasmCsProj (#1926)
1 parent bd08722 commit c303ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/Templates/WasmCsProj.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
1313
<PublishTrimmed>false</PublishTrimmed>
1414
<RunAOTCompilation>false</RunAOTCompilation>
15-
<WasmMainJSPath>$(RuntimeSrcDir)\src\mono\wasm\$MAINJS$/WasmMainJSPath>
15+
<WasmMainJSPath>$(RuntimeSrcDir)\src\mono\wasm\$MAINJS$</WasmMainJSPath>
1616
<WasmGenerateRunV8Script>true</WasmGenerateRunV8Script>
1717
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
1818
<WasmNativeWorkload>false</WasmNativeWorkload>

0 commit comments

Comments
 (0)