Skip to content

Commit 9e8d548

Browse files
authored
[release/8.0][wasm] Update workload description to include target framework (#93359)
* [wasm] Update workload description to include target framework Issue: #93314 * Update description for wasm-experimental, and wasi-experimental also
1 parent a731309 commit 9e8d548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.json.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"workloads": {
77
"wasm-tools": {
8-
"description": ".NET WebAssembly build tools",
8+
"description": ".NET WebAssembly build tools for net8.0",
99
"packs": [
1010
"Microsoft.NET.Runtime.WebAssembly.Sdk",
1111
"Microsoft.NETCore.App.Runtime.Mono.browser-wasm",
@@ -15,7 +15,7 @@
1515
"platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64"]
1616
},
1717
"wasm-experimental": {
18-
"description": ".NET WebAssembly experimental tooling",
18+
"description": ".NET WebAssembly experimental tooling for net8.0",
1919
"packs": [
2020
"Microsoft.NET.Runtime.WebAssembly.Templates",
2121
"Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm",
@@ -24,7 +24,7 @@
2424
"platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64" ]
2525
},
2626
"wasi-experimental": {
27-
"description": ".NET WASI experimental",
27+
"description": ".NET WASI experimental for net8.0",
2828
"packs": [
2929
"Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk",
3030
"Microsoft.NETCore.App.Runtime.Mono.wasi-wasm",

0 commit comments

Comments
 (0)