Skip to content

Release Versions

Rolf Bjarne Kvinge edited this page Nov 19, 2025 · 79 revisions

Latest Releases

Available .NET MAUI Releases

https://github.com/dotnet/maui/releases

.NET MAUI itself doesn't have a dependency on specific versions of Android and iOS because it is just a NuGet package. For example, you could reference a .NET 9 version of .NET MAUI while using .NET 10 versions of Android and iOS, and it should all work without any issues. Please check the Android and iOS releases below for information about Android compatibilities with Google SDKs and iOS compatibilities with Apple SDKs (Xcode).

To see the version of WinAppSDK that we depend on, you can check the NuGet dependency here.

Android Release Information

https://github.com/dotnet/android/releases

iOS / Mac Catalyst Release Information

https://github.com/dotnet/macios/releases

Clone this wiki locally