← Back to Toolkit Releases
v15.0.0 Prevent Breaking Changes in .NET 11
Contributors
.NET 11 Compatibility
This release provides compatibility with the upcoming release of .NET 11.
In .NET 11, CommunityToolkit.Maui will no longer have access to internal .NET MAUI APIs. This release removes our use of internal .NET MAUI APIs to ensure compatibility with .NET 11.
[!IMPORTANT] We recommend every .NET MAUI app preparing for .NET 11 install this release, v15.0.0 (or later), before .NET 11 is released in November. Apps running
CommunityToolkit.Mauiv14.2.2 and earlier will not be compatible with .NET 11.
What’s Changed
- Remove MAUI internal API usage by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/3251
- Hardcode NuGet trusted publishing user by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/3266
Housekeeping
- Bump actions/setup-dotnet from 5.4.0 to 6.0.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3268
- Bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3267
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/14.2.2…14.2.3