We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccfebb commit cf6520dCopy full SHA for cf6520d
src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android/WorkloadManifest.in.json
@@ -12,12 +12,11 @@
12
"Microsoft.Android.Runtime.android-x86",
13
"Microsoft.Android.Runtime.android-x64",
14
"Microsoft.Android.Templates"
15
- ],
16
- "extends" : [ "microsoft-net-runtime-android" ]
+ ]
17
},
18
"android-aot": {
19
"description": "Microsoft Android SDK for .NET with AOT support",
20
- "extends" : [ "android", "microsoft-net-runtime-android-aot" ]
+ "extends" : [ "android" ]
21
}
22
23
"packs": {
0 commit comments