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@27295e27
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 used by dotnet/maui's CI: https://aka.ms/dotnet/maui/preview.10.json I adjusted the version number to match the appropriate build of: "microsoft.net.sdk.android": "31.0.101-preview.10.56",
- Loading branch information