Skip to content

Commit cf6520d

Browse files
committed
[TEST] Remove runtime workload extensions for now
1 parent eccfebb commit cf6520d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android/WorkloadManifest.in.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
"Microsoft.Android.Runtime.android-x86",
1313
"Microsoft.Android.Runtime.android-x64",
1414
"Microsoft.Android.Templates"
15-
],
16-
"extends" : [ "microsoft-net-runtime-android" ]
15+
]
1716
},
1817
"android-aot": {
1918
"description": "Microsoft Android SDK for .NET with AOT support",
20-
"extends" : [ "android", "microsoft-net-runtime-android-aot" ]
19+
"extends" : [ "android" ]
2120
}
2221
},
2322
"packs": {

0 commit comments

Comments
 (0)