dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.92k stars 526 forks source link

Bump to 34.0.137 of the .NET 8 Android workload #9243

Closed jonathanpeppers closed 4 weeks ago

jonathanpeppers commented 4 weeks ago

Changes: https://github.com/dotnet/android/compare/34.0.113...b0fd011

.NET 8 changelog:

jonathanpeppers commented 4 weeks ago

Hmm, this does cause the MAUI integration lane to fail with:

Workload installation failed: Version 34.0.137 of package microsoft.android.sdk.windows is not found in NuGet feeds...
pjcollins commented 4 weeks ago

Hmm, this does cause the MAUI integration lane to fail with:

Workload installation failed: Version 34.0.137 of package microsoft.android.sdk.windows is not found in NuGet feeds...

Maybe this is acceptable until their side is able to merge the corresponding change? Otherwise I guess we'll need to inject a step to try to merge our nuget config files or something along those lines