Skip to content

Commit 29d286b

Browse files
authored
Fix mistakes in net9 WorkloadManifest.json (#111950)
* Fix mistakes in net9 and current WorkloadManifest.json I noticed these while working on the workload manifest move to the sdk repo. We were missing the alias-to for the templates and missed the net9 in the package id for microsoft-net-runtime-macos-net9. * Revert the template changes
1 parent d551abb commit 29d286b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
"packs": [
116116
"Microsoft.NETCore.App.Runtime.Mono.net9.osx-arm64",
117117
"Microsoft.NETCore.App.Runtime.Mono.net9.osx-x64",
118-
"Microsoft.NETCore.App.Runtime.osx-arm64",
119-
"Microsoft.NETCore.App.Runtime.osx-x64"
118+
"Microsoft.NETCore.App.Runtime.net9.osx-arm64",
119+
"Microsoft.NETCore.App.Runtime.net9.osx-x64"
120120
],
121121
"extends": [ "microsoft-net-runtime-mono-tooling-net9" ],
122122
"platforms": [ "osx-arm64", "osx-x64" ]

0 commit comments

Comments
 (0)