Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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'
- Loading branch information