Skip to content

Commit b90d3d1

Browse files
committed
Update CoreCLR packages in the workload manifest
1 parent 463a49c commit b90d3d1

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

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

+5-17
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"Microsoft.Android.Runtime.Mono.35.android-arm64",
1212
"Microsoft.Android.Runtime.Mono.35.android-x86",
1313
"Microsoft.Android.Runtime.Mono.35.android-x64",
14+
"Microsoft.Android.Runtime.CoreCLR.35.android-arm64",
15+
"Microsoft.Android.Runtime.CoreCLR.35.android-x64",
1416
"Microsoft.Android.Templates"
1517
],
1618
"platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64" ],
@@ -38,7 +40,9 @@
3840
"Microsoft.Android.Runtime.Mono.36.android-arm",
3941
"Microsoft.Android.Runtime.Mono.36.android-arm64",
4042
"Microsoft.Android.Runtime.Mono.36.android-x86",
41-
"Microsoft.Android.Runtime.Mono.36.android-x64"
43+
"Microsoft.Android.Runtime.Mono.36.android-x64",
44+
"Microsoft.Android.Runtime.CoreCLR.36.android-arm64",
45+
"Microsoft.Android.Runtime.CoreCLR.36.android-x64"
4246
],
4347
"platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64" ],
4448
"extends" : [ "android" ]
@@ -104,18 +108,10 @@
104108
"kind": "framework",
105109
"version": "@WORKLOAD_VERSION@"
106110
},
107-
"Microsoft.Android.Runtime.CoreCLR.35.android-arm": {
108-
"kind": "framework",
109-
"version": "@WORKLOAD_VERSION@"
110-
},
111111
"Microsoft.Android.Runtime.CoreCLR.35.android-arm64": {
112112
"kind": "framework",
113113
"version": "@WORKLOAD_VERSION@"
114114
},
115-
"Microsoft.Android.Runtime.CoreCLR.35.android-x86": {
116-
"kind": "framework",
117-
"version": "@WORKLOAD_VERSION@"
118-
},
119115
"Microsoft.Android.Runtime.CoreCLR.35.android-x64": {
120116
"kind": "framework",
121117
"version": "@WORKLOAD_VERSION@"
@@ -156,18 +152,10 @@
156152
"kind": "framework",
157153
"version": "@WORKLOAD_VERSION@"
158154
},
159-
"Microsoft.Android.Runtime.CoreCLR.36.android-arm": {
160-
"kind": "framework",
161-
"version": "@WORKLOAD_VERSION@"
162-
},
163155
"Microsoft.Android.Runtime.CoreCLR.36.android-arm64": {
164156
"kind": "framework",
165157
"version": "@WORKLOAD_VERSION@"
166158
},
167-
"Microsoft.Android.Runtime.CoreCLR.36.android-x86": {
168-
"kind": "framework",
169-
"version": "@WORKLOAD_VERSION@"
170-
},
171159
"Microsoft.Android.Runtime.CoreCLR.36.android-x64": {
172160
"kind": "framework",
173161
"version": "@WORKLOAD_VERSION@"

0 commit comments

Comments
 (0)