.NET 10 Servicing, Android 36.1.30
The latest .NET MAUI component is available in Visual Studio 2026 or higher:
You can also download the .NET 10 SDK directly, followed by:
> dotnet workload install android --version 10.0.103
...
Successfully installed workload(s) android.
To verify installation:
> dotnet workload list
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------------------------------
android 36.1.30/10.0.100 SDK 10.0.100
What's Changed
- [CoreCLR] Propagate unhandled exceptions by @simonrozsival in #10658
- [CoreCLR] fix string
runtimeconfig.jsonvalues by @jonathanpeppers in #10669 - [illink] set $(StartupHookSupport)=false only for Release mode by @jonathanpeppers in #10670
- [release/10.0.1xx] backport improved
dotnet-runsupport by @jonathanpeppers in #10706 - [release/10.0.1xx] set
$(UseDefaultPublishRuntimeIdentifier)=falseby @jonathanpeppers in #10730
Full Changelog: 36.1.12...36.1.30
