Skip to content

Commit

Permalink
Fix workload id for mobile-library-builder in 9.0 WorkloadManifest.js…
Browse files Browse the repository at this point in the history
…on.in (#110868)

It shouldn't have the .0 suffix to match the other workloads.
  • Loading branch information
akoeplinger authored Dec 20, 2024
1 parent d08dff5 commit 57ab984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"extends": [ "microsoft-net-runtime-mono-tooling-net9" ],
"platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "linux-musl-x64", "linux-musl-arm64", "osx-x64", "osx-arm64" ]
},
"mobile-librarybuilder-net9.0": {
"mobile-librarybuilder-net9": {
"description": "Mobile SDK for building a self-contained .NET native library in net9.0",
"packs": [
"Microsoft.NET.Runtime.LibraryBuilder.Sdk.net9"
Expand Down

0 comments on commit 57ab984

Please sign in to comment.