MAUIverse MAUIverse
← Back to MAUI Releases

11.0.0-preview.7

Preview

.NET MAUI 11.0.0-preview.7 Release Notes

.NET MAUI 11.0.0-preview.7 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 170 commits with various improvements, bug fixes, and enhancements.

Workloads

Workload Set: Microsoft.NET.Workloads.11.0.100-preview.7 @ 11.0.100-preview.7.26410.2

Installation

dotnet workload update --version 11.0.100-preview.7.26410.2
# Or install specific workloads
dotnet workload install maui ios maccatalyst android --version 11.0.100-preview.7.26410.2
  • Xcode: 26.6
  • Java JDK: 21.0.8
  • Android API-36

Workload Versions

WorkloadFull IDVersionSDK BandLinks
MAUIMicrosoft.NET.Sdk.Maui11.0.0-preview.7.26406.911.0.100-preview.7NuGet · Source
iOSMicrosoft.NET.Sdk.iOS26.5.11997-net11-p711.0.100-preview.7NuGet · Source
Mac CatalystMicrosoft.NET.Sdk.MacCatalyst26.5.11997-net11-p711.0.100-preview.7NuGet · Source
AndroidMicrosoft.NET.Sdk.Android37.0.0-preview.7.213111.0.100-preview.7NuGet · Release
tvOSMicrosoft.NET.Sdk.tvOS26.5.11997-net11-p711.0.100-preview.7NuGet · Source
macOSMicrosoft.NET.Sdk.macOS26.5.11997-net11-p711.0.100-preview.7NuGet · Source

Matching MAUI and exact macios 11997 GitHub release tags have not been published yet. The Source links point to the repository commits recorded in the NuGet packages.

MAUI NuGet Packages

The following NuGet packages are the core .NET MAUI libraries. The Implicit Version is bundled with the workload, while Latest Version may be newer due to out-of-band releases.

PackageImplicit VersionLatest Version
Microsoft.Maui.Controls11.0.0-preview.7.26406.911.0.0-preview.7.26406.9
Microsoft.Maui.Controls.CompatibilityNot published for preview 711.0.0-preview.5.26304.4
Microsoft.Maui.Essentials11.0.0-preview.7.26406.911.0.0-preview.7.26406.9
Microsoft.Maui.Graphics11.0.0-preview.7.26406.911.0.0-preview.7.26406.9
Microsoft.Maui.Maps11.0.0-preview.7.26406.911.0.0-preview.7.26406.9

Native Tool & SDK Compatibility

Apple (iOS, Mac Catalyst, tvOS, macOS)

ToolMin VersionRecommended Version
Xcode>= 26.626.6

Java JDK (Android)

ToolMin / Required VersionRecommended Version
Java JDK>= 21.0 and < 22.021.0.8

Android SDK Packages (Required)

SDK PackageDescription
build-tools;36.0.0Android SDK Build-Tools 36
cmdline-tools;19.0Android SDK Command-line Tools (latest)
platforms;android-36Android SDK Platform 36
platform-toolsAndroid SDK Platform-Tools 36.0.0

Android SDK Packages (Optional)

PackageDescription
emulatorAndroid Emulator (recommended 36.2.12)
ndk-bundleNDK (recommended 27.2.12479018)
System ImagesGoogle APIs ARM 64 v8a / x86_64 (system-images;android-36.1;google_apis;...)

MAUI Windows Dependencies

DependencyMinimum VersionRecommended
Windows App SDK>= 1.8.2511060021.8.251106002
Windows SDK Build Tools>= 10.0.26100.465410.0.26100.4654
Win2D>= 1.3.21.3.2
WebView2>= 1.0.3179.451.0.3179.45

✨ New in .NET 11

The following 115 features and changes are unique to .NET 11 and not yet in the main branch:

Animation

Blazor

BlazorWebView

Border

CollectionView

Core

Essentials

Essentials Webauth

Gestures

Graphics

Label

ListView

Map

Resizetizer

Shapes

Shell

Slider

TabbedPage

Templates

Theming

Tooling

WebView

Windows

Xaml

🔧 Infrastructure (25)
🧪 Testing (7)
📦 Other (20)

Additional Changes (55)

The following changes are also present in the main branch:

Ai Agents

BlazorWebView

Entry

Shapes

Shell

SwipeView

Templates

🔧 Infrastructure (38)
📦 Other (3)

Full Changelog: https://github.com/dotnet/maui/compare/11.0.0-preview.6.26360.8…release/11.0.1xx-preview7

View on GitHub

← Back to MAUI Releases