diff --git a/aspnetcore/release-notes/aspnetcore-6.0.md b/aspnetcore/release-notes/aspnetcore-6.0.md index 6434c9ccde17..9241718d5eb2 100644 --- a/aspnetcore/release-notes/aspnetcore-6.0.md +++ b/aspnetcore/release-notes/aspnetcore-6.0.md @@ -241,34 +241,28 @@ Generic type parameters are now supported. For more information, see . -### 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: +### New Blazor articles -* [What is .NET MAUI?](/dotnet/maui/what-is-maui) -* [Microsoft .NET Blog (category: ".NET MAUI")](https://devblogs.microsoft.com/dotnet/category/maui/) +In addition to the Blazor features described in the preceding sections, new Blazor articles are available on the following subjects: - +* .NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. +* Blazor Hybrid apps can be built with Windows Presentation Foundation (WPF) and Windows Forms frameworks. -### New Blazor articles +> [!IMPORTANT] +> Blazor Hybrid is in preview and shouldn't be used in production apps until final release. -In addition to the Blazor features described in the preceding sections, new Blazor articles are available on the following subjects: +For more information, see the following resources: -* : Learn how to download a file using native `byte[]` streaming interop to ensure efficient transfer to the client. -* : Discover how to work with images in Blazor apps, including how to stream image data and preview an image. +* [Preview ASP.NET Core Blazor Hybrid documentation](xref:blazor/hybrid/index) +* [What is .NET MAUI?](/dotnet/maui/what-is-maui) +* [Microsoft .NET Blog (category: ".NET MAUI")](https://devblogs.microsoft.com/dotnet/category/maui/) ## Kestrel