MAUIverse MAUIverse
← Back to Toolkit Releases

v15.0.1 Fix WindowsAppSDK Compatibility, Remove Remaining .NET MAUI Internal API Usage

Contributors

v15.0.1 Fix Crashes on Windows

This release removes the WindowsAppSDK v2.2.0 dependency that was causing apps to crash on Windows. Long story short, .NET 10 MAUI currently expects Windows App SDK 1.8.x, while .NET 11 expects 2.3.1.

We also found a few more internal .NET MAUI APIs that we missed in the CommunityToolkti.Maui v15.0.0 Release used by FileSaver, FolderPicker, Snackbar, Toast, Expander and TouchBehavior that we have now removed. In .NET 11. CommunityToolkit.Maui will no longer have access to internal .NET MAUI APIs. We have updated our .NET 11 Migration guidance to use CommunityToolkit.Maui v15.0.1 or later to ensure compatibility with .NET 11. Specifically,

[!IMPORTANT] We recommend every .NET MAUI app preparing for .NET 11 install this release, v15.0.1 (or later), before .NET 11 is released in November. Apps running CommunityToolkit.Maui v14.2.2 and earlier will not be compatible with .NET 11.

What’s Changed

Housekeeping

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/15.0.0…15.0.1

View on GitHub

← Back to Toolkit Releases