Skip to content

Commit

Permalink
[wasm] Add Microsoft.NET.Sdk.WebAssembly.Pack as library pack (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf authored and matouskozak committed Apr 30, 2024
1 parent bc0b090 commit bbafb38
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"description": ".NET WebAssembly build tools",
"packs": [
"Microsoft.NET.Runtime.WebAssembly.Sdk",
"Microsoft.NET.Sdk.WebAssembly.Pack",
"Microsoft.NETCore.App.Runtime.Mono.browser-wasm",
"Microsoft.NETCore.App.Runtime.AOT.Cross.browser-wasm"
],
Expand Down Expand Up @@ -177,6 +178,10 @@
"kind": "Sdk",
"version": "${PackageVersion}"
},
"Microsoft.NET.Sdk.WebAssembly.Pack": {
"kind": "library",
"version": "${PackageVersion}"
},
"Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk": {
"kind": "Sdk",
"version": "${PackageVersion}"
Expand Down

0 comments on commit bbafb38

Please sign in to comment.