Commit 9d09838
authored
Bump to xamarin/xamarin-android/release/6.0.1xx-preview10@d794ab2c (#413)
Context: https://github.com/xamarin/xamarin-android/commits/release/6.0.1xx-preview10
Context: https://github.com/dotnet/maui/wiki/Installing-.NET-6
We need to build with a version of the .NET 6 `android` workload that
contains the fix:
dotnet/java-interop@2d5431f
For .NET 6, we should:
1. Install the latest public .NET 6 RC 2 release.
2. Use a `workload.json` file to pin to a specific build of the
`android` workload.
3. Use the `dotnet6` feed when installing the workload.
I used the `workload.json` file currently reported by running:
dotnet workload update --print-rollback
I adjusted the version number to match the appropriate build of:
"microsoft.net.sdk.android": "31.0.101-preview.10.59",
Additionally, use Xcode 13.0 to fix the error:
xcode-select: error: invalid developer directory '/Applications/Xcode_12.3.app/Contents/Developer'1 parent 01c28e5 commit 9d09838
2 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments