Skip to content

Commit 734ab38

Browse files
Update tests/BenchmarkDotNet.IntegrationTests/WasmTests.cs
Co-authored-by: Tim Cassell <[email protected]>
1 parent c730577 commit 734ab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/WasmTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void WasmIsSupported()
2929
.AddLogger(logger)
3030
.AddJob(Job.Dry
3131
.WithArguments([new MsBuildArgument($"/p:WasmMainJSPath={mainJsPath}")])
32-
.WithRuntime(new WasmRuntime(dotnetVersion, moniker: RuntimeMoniker.WasmNet70, javaScriptEngineArguments: "--expose_wasm --module"))
32+
.WithRuntime(new WasmRuntime(dotnetVersion, moniker: RuntimeMoniker.WasmNet80, javaScriptEngineArguments: "--expose_wasm --module"))
3333
.WithToolchain(WasmToolchain.From(netCoreAppSettings)))
3434
.WithOption(ConfigOptions.GenerateMSBuildBinLog, true);
3535

0 commit comments

Comments
 (0)