Skip to content

Commit

Permalink
Fix wrong alias-to for tvos AOT packs in net8 workload manifest (#110871
Browse files Browse the repository at this point in the history
)
  • Loading branch information
akoeplinger authored Jan 15, 2025
1 parent 1975912 commit 60fcdfb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"kind": "framework",
"version": "${PackageVersionNet8}",
"alias-to": {
"any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"
"any": "Microsoft.NETCore.App.Runtime.osx-arm64"
}
},
"Microsoft.NETCore.App.Runtime.net8.osx-x64": {
Expand Down Expand Up @@ -312,8 +312,8 @@
"kind": "Sdk",
"version": "${PackageVersionNet8}",
"alias-to": {
"osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64",
"osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64"
"osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64",
"osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64"
}
},
"Microsoft.NETCore.App.Runtime.Mono.net8.tvos-arm64" : {
Expand Down

0 comments on commit 60fcdfb

Please sign in to comment.