|
42 | 42 | "abstract": true,
|
43 | 43 | "description": "iOS Mono Runtime and AOT Workload",
|
44 | 44 | "packs": [
|
45 |
| - "Microsoft.NETCore.App.Runtime.Mono.ios-arm", |
46 |
| - "Microsoft.NETCore.App.Runtime.Mono.ios-arm64", |
47 |
| - "Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64", |
48 |
| - "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64", |
49 |
| - "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86", |
50 | 45 | "Microsoft.NETCore.App.Runtime.AOT.Cross.ios-arm",
|
51 | 46 | "Microsoft.NETCore.App.Runtime.AOT.Cross.ios-arm64",
|
52 | 47 | "Microsoft.NETCore.App.Runtime.AOT.Cross.iossimulator-arm64",
|
53 | 48 | "Microsoft.NETCore.App.Runtime.AOT.Cross.iossimulator-x64",
|
54 | 49 | "Microsoft.NETCore.App.Runtime.AOT.Cross.iossimulator-x86"
|
55 | 50 | ],
|
56 |
| - "extends": [ "microsoft-net-runtime-mono-tooling" ], |
| 51 | + "extends": [ "runtimes-ios" ], |
57 | 52 | "platforms": [ "osx-arm64", "osx-x64" ]
|
58 | 53 | },
|
| 54 | + "runtimes-ios": { |
| 55 | + "abstract": true, |
| 56 | + "description": "iOS Mono Runtime Packs", |
| 57 | + "packs": [ |
| 58 | + "Microsoft.NETCore.App.Runtime.Mono.ios-arm", |
| 59 | + "Microsoft.NETCore.App.Runtime.Mono.ios-arm64", |
| 60 | + "Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64", |
| 61 | + "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64", |
| 62 | + "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86" |
| 63 | + ], |
| 64 | + "extends": [ "microsoft-net-runtime-mono-tooling" ], |
| 65 | + "platforms": [ "win-x64", "osx-arm64", "osx-x64" ] |
| 66 | + }, |
59 | 67 | "microsoft-net-runtime-maccatalyst": {
|
60 | 68 | "abstract": true,
|
61 | 69 | "description": "MacCatalyst Mono Runtime and AOT Workload",
|
62 | 70 | "packs": [
|
63 |
| - "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64", |
64 |
| - "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64", |
65 | 71 | "Microsoft.NETCore.App.Runtime.AOT.Cross.maccatalyst-arm64",
|
66 | 72 | "Microsoft.NETCore.App.Runtime.AOT.Cross.maccatalyst-x64"
|
67 | 73 | ],
|
68 |
| - "extends": [ "microsoft-net-runtime-mono-tooling" ], |
| 74 | + "extends": [ "runtimes-maccatalyst" ], |
69 | 75 | "platforms": [ "osx-arm64", "osx-x64" ]
|
70 | 76 | },
|
| 77 | + "runtimes-maccatalyst": { |
| 78 | + "abstract": true, |
| 79 | + "description": "MacCatalyst Mono Runtime Packs", |
| 80 | + "packs": [ |
| 81 | + "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64", |
| 82 | + "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64" |
| 83 | + ], |
| 84 | + "extends": [ "microsoft-net-runtime-mono-tooling" ], |
| 85 | + "platforms": [ "win-x64", "osx-arm64", "osx-x64" ] |
| 86 | + }, |
71 | 87 | "microsoft-net-runtime-macos": {
|
72 | 88 | "abstract": true,
|
73 | 89 | "description": "MacOS CoreCLR and Mono Runtime Workload",
|
|
84 | 100 | "abstract": true,
|
85 | 101 | "description": "tvOS Mono Runtime and AOT Workload",
|
86 | 102 | "packs": [
|
87 |
| - "Microsoft.NETCore.App.Runtime.Mono.tvos-arm64", |
88 |
| - "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64", |
89 |
| - "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64", |
90 | 103 | "Microsoft.NETCore.App.Runtime.AOT.Cross.tvos-arm64",
|
91 | 104 | "Microsoft.NETCore.App.Runtime.AOT.Cross.tvossimulator-arm64",
|
92 | 105 | "Microsoft.NETCore.App.Runtime.AOT.Cross.tvossimulator-x64"
|
93 | 106 | ],
|
94 |
| - "extends": [ "microsoft-net-runtime-mono-tooling" ], |
| 107 | + "extends": [ "runtimes-tvos" ], |
95 | 108 | "platforms": [ "osx-arm64", "osx-x64" ]
|
96 | 109 | },
|
| 110 | + "runtimes-tvos": { |
| 111 | + "abstract": true, |
| 112 | + "description": "tvOS Mono Runtime Packs", |
| 113 | + "packs": [ |
| 114 | + "Microsoft.NETCore.App.Runtime.Mono.tvos-arm64", |
| 115 | + "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64", |
| 116 | + "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64" |
| 117 | + ], |
| 118 | + "extends": [ "microsoft-net-runtime-mono-tooling" ], |
| 119 | + "platforms": [ "win-x64", "osx-arm64", "osx-x64" ] |
| 120 | + }, |
97 | 121 | "microsoft-net-runtime-mono-tooling": {
|
98 | 122 | "abstract": true,
|
99 | 123 | "description": "Shared native build tooling for Mono runtime",
|
|
176 | 200 | "kind": "framework",
|
177 | 201 | "version": "${PackageVersion}",
|
178 | 202 | },
|
179 |
| - "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-64": { |
| 203 | + "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64": { |
180 | 204 | "kind": "framework",
|
181 | 205 | "version": "${PackageVersion}",
|
182 | 206 | },
|
|
0 commit comments