Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions aspnetcore/release-notes/aspnetcore-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,17 +241,25 @@ Generic type parameters are now supported. For more information, see <xref:blazo

Use a deployment layout to enable Blazor WebAssembly app downloads in restricted security environments. For more information, see <xref:blazor/host-and-deploy/webassembly-deployment-layout?view=aspnetcore-6.0>.

### Blazor hybrid desktop apps (.NET MAUI)

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.

> [!NOTE]
> The .NET MAUI framework is in preview and shouldn't be used in production apps until final release.

For more information, see the following resources:

* [What is .NET MAUI?](/dotnet/maui/what-is-maui)
* [Microsoft .NET Blog (category: ".NET MAUI")](https://devblogs.microsoft.com/dotnet/category/maui/)

<!-- HOLD
### Blazor WebAssembly packaging

HOLD

### Dynamically added root components

HOLD

### Blazor hybrid desktop apps (.NET MAUI)

HOLD
-->

Expand Down