MAUIverse MAUIverse
← Back to MAUI Releases

11.0.0-preview.6

Preview

.NET MAUI 11.0.0-preview.6 Release Notes

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

Workloads

Workload Set: Microsoft.NET.Workloads.11.0.100-preview.6 @ 11.0.100-preview.6.26364.2

Installation

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

Workload Versions

WorkloadFull IDVersionSDK BandLinks
MAUIMicrosoft.NET.Sdk.Maui11.0.0-preview.6.26360.811.0.100-preview.6NuGet · Source
iOSMicrosoft.NET.Sdk.iOS26.5.11720-net11-p611.0.100-preview.6NuGet · Release
Mac CatalystMicrosoft.NET.Sdk.MacCatalyst26.5.11720-net11-p611.0.100-preview.6NuGet · Release
AndroidMicrosoft.NET.Sdk.Android37.0.0-preview.6.5911.0.100-preview.6NuGet · Release
tvOSMicrosoft.NET.Sdk.tvOS26.5.11720-net11-p611.0.100-preview.6NuGet · Release
macOSMicrosoft.NET.Sdk.macOS26.5.11720-net11-p611.0.100-preview.6NuGet · Release

A matching MAUI GitHub release/tag has not been published yet. The Source link points to the repository commit recorded in the NuGet package.

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.6.26360.811.0.0-preview.6.26360.8
Microsoft.Maui.Controls.CompatibilityNot published for preview 611.0.0-preview.5.26304.4
Microsoft.Maui.Essentials11.0.0-preview.6.26360.811.0.0-preview.6.26360.8
Microsoft.Maui.Graphics11.0.0-preview.6.26360.811.0.0-preview.6.26360.8
Microsoft.Maui.Maps11.0.0-preview.6.26360.811.0.0-preview.6.26360.8

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 39 features and changes are unique to .NET 11 and not yet in the main branch:

Blazor

CollectionView

Essentials

Gestures

Hybridwebview

Image

Layout

Setup

Shell

SwipeView

Toolbar

WebView

Xaml

🔧 Infrastructure (14)
🧪 Testing (2)
📦 Other (4)

Additional Changes (151)

The following changes are also present in the main branch:

Ai Agents

Blazor

Button

CollectionView

Core Lifecycle

DateTimePicker

🔧 Fixes

Dialogalert

Docs

Drawing

🔧 Fixes

Entry

Essentials

Flyout

Flyoutpage

General

Hybridwebview

Label

🔧 Fixes

Layout

Map

Mediapicker

Pages

Platform

RadioButton

SafeArea

ScrollView

🔧 Fixes

Shapes

Shell

SwipeView

Switch

TabbedPage

Templates

Theming

Toolbar

Tooling

WebView

🔧 Infrastructure (48)
🧪 Testing (14)
🏠 Housekeeping (1)
📦 Other (11)

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

View on GitHub

← Back to MAUI Releases