Commit d86aa3d
authored
[.NET 6] Add API 33 packs to android workload (#7169)
After backporting stable API 33 bindings, projects that use any of our
net6.0-android target framework framework variants (net6.0-android,
net6.0-android32) will attempt to use API 33 runtime packs.
Now that API 33 is stable, we should include all of these packs in the
"default" `android` workload so that they will always be installed.
The `android-33` workload has been preserved as an empty extension of
`android` to prevent any issues that may arise from removing an already
established workload ID from the .NET 6.0.300 and 6.0.400 bands.1 parent c75220e commit d86aa3d
File tree
1 file changed
+5
-11
lines changed- src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android
1 file changed
+5
-11
lines changedLines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
| |||
0 commit comments