|
6 | 6 | "packs": [ |
7 | 7 | "Microsoft.Android.Sdk.net10", |
8 | 8 | "Microsoft.Android.Sdk.net9", |
9 | | - "Microsoft.Android.Sdk.net8", |
10 | 9 | "Microsoft.Android.Ref.35", |
11 | 10 | "Microsoft.Android.Runtime.Mono.35.android-arm", |
12 | 11 | "Microsoft.Android.Runtime.Mono.35.android-arm64", |
|
15 | 14 | "Microsoft.Android.Templates" |
16 | 15 | ], |
17 | 16 | "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64" ], |
18 | | - "extends" : [ |
19 | | - "microsoft-net-runtime-android-net8", |
20 | | - "microsoft-net-runtime-android-aot-net8", |
| 17 | + "extends" : [ |
21 | 18 | "microsoft-net-runtime-android-net9", |
22 | 19 | "microsoft-net-runtime-android-aot-net9", |
23 | 20 | "microsoft-net-runtime-android", |
24 | 21 | "microsoft-net-runtime-android-aot" |
25 | 22 | ] |
26 | 23 | }, |
| 24 | + "android-net8": { |
| 25 | + "description": ".NET SDK Workload for building .NET 8 Android applications.", |
| 26 | + "packs": [ "Microsoft.Android.Sdk.net8" ], |
| 27 | + "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64" ], |
| 28 | + "extends" : [ |
| 29 | + "android", |
| 30 | + "microsoft-net-runtime-android-net8", |
| 31 | + "microsoft-net-runtime-android-aot-net8" |
| 32 | + ] |
| 33 | + }, |
27 | 34 | "android-36": { |
28 | 35 | "description": "Preview support for Android API-36.", |
29 | 36 | "packs": [ |
|
0 commit comments