·
589 commits
to main
since this release
The latest .NET MAUI
component is available in Visual Studio 2026 Insiders 11111.16 and higher:
You can also download the .NET 9 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 35.0.105/9.0.100 SDK 9.0.305
What's Changed
- Introduce
$(_AndroidIsAssignableFromCheck)
escape hatch by @jonathanpeppers in #10473
Full Changelog: 35.0.101...35.0.105