forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] BIG HACK TO MAKE THINGS WORK
Ref: dotnet/runtime#54996
- Loading branch information
1 parent
9dbd8e2
commit 68c9a4e
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
dotnet/Workloads/Microsoft.NET.Sdk.MacCatalyst/WorkloadManifest.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"@PLATFORM_LOWERCASE@": { | ||
"description": "Microsoft @PLATFORM@ SDK for .NET", | ||
"packs": [ | ||
"Microsoft.NETCore.App.Runtime.AOT.Cross.maccatalyst-arm64.SDKWorkaround", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
|
@@ -25,6 +26,14 @@ | |
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
} | ||
}, | ||
"Microsoft.NETCore.App.Runtime.AOT.Cross.maccatalyst-arm64.SDKWorkaround": { | ||
"kind": "Sdk", | ||
"version": "@BUNDLED_NETCORE_PLATFORMS_PACKAGE_VERSION@", | ||
"alias-to": { | ||
"osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64", | ||
"osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64", | ||
} | ||
}, | ||
} | ||
} |