From d4bca21738812a92b97ac5e45001d48666618e22 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 9 Nov 2022 06:20:10 -0600 Subject: [PATCH] Remove prerelease NOTE --- aspnetcore/blazor/hybrid/tutorials/maui.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/aspnetcore/blazor/hybrid/tutorials/maui.md b/aspnetcore/blazor/hybrid/tutorials/maui.md index 536233e4ec63..4ee8275da878 100644 --- a/aspnetcore/blazor/hybrid/tutorials/maui.md +++ b/aspnetcore/blazor/hybrid/tutorials/maui.md @@ -24,9 +24,6 @@ This tutorial shows you how to build and run a .NET MAUI Blazor app. You learn h * [Microsoft Edge `WebView2`](https://developer.microsoft.com/microsoft-edge/webview2/): `WebView2` is required on Windows when running a native app. When developing .NET MAUI Blazor apps and only running them in Visual Studio's emulators, `WebView2` isn't required. * [Enable hardware acceleration](/dotnet/maui/android/emulator/hardware-acceleration) to improve the performance of the Android emulator. -> [!NOTE] -> Blazor Hybrid has reached General Availability (GA) and is fully supported for production workloads. Visual Studio for Mac is in prerelease for working on Blazor Hybrid apps and may be modified before final release. We recommend keeping Visual Studio 2022 updated for the best tooling experience. - ## Create a .NET MAUI Blazor app Launch Visual Studio 2022.