We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730577 commit 734ab38Copy full SHA for 734ab38
tests/BenchmarkDotNet.IntegrationTests/WasmTests.cs
@@ -29,7 +29,7 @@ public void WasmIsSupported()
29
.AddLogger(logger)
30
.AddJob(Job.Dry
31
.WithArguments([new MsBuildArgument($"/p:WasmMainJSPath={mainJsPath}")])
32
- .WithRuntime(new WasmRuntime(dotnetVersion, moniker: RuntimeMoniker.WasmNet70, javaScriptEngineArguments: "--expose_wasm --module"))
+ .WithRuntime(new WasmRuntime(dotnetVersion, moniker: RuntimeMoniker.WasmNet80, javaScriptEngineArguments: "--expose_wasm --module"))
33
.WithToolchain(WasmToolchain.From(netCoreAppSettings)))
34
.WithOption(ConfigOptions.GenerateMSBuildBinLog, true);
35
0 commit comments