.NET 8 Servicing, Android 34.0.52
The latest .NET MAUI
component is available in Visual Studio 2022 17.9 Preview 2:
Note that the .NET 8 SDK is the default in the 17.9 Visual Studio release, as well as .NET 8 releases of .NET MAUI.
You can also download the .NET 8 SDK directly, followed by:
> dotnet workload install android
...
Successfully installed workload(s) android.
To verify installation:
> dotnet workload list
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------------------------------
android 34.0.52/8.0.100 SDK 8.0.100
Also see the Known Issues in .NET 8.
What's Changed
- Various test and CI changes
- Android SDK alignment with 17.9 Visual Studio Installer
- [release/8.0.1xx] Bump Android SDK component versions by @pjcollins in #8534
- [release/8.0.1xx] Bump to xamarin/java.interop/release/8.0.1xx@bec0326a by @jonathanpeppers in #8509
Full Changelog: 34.0.43...34.0.52