From b6301053c194eccb29a997933f71c5bc13021704 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:41:21 -0500 Subject: [PATCH 1/4] Update Blazor Hybrid prereq --- aspnetcore/blazor/hybrid/tutorials/maui.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetcore/blazor/hybrid/tutorials/maui.md b/aspnetcore/blazor/hybrid/tutorials/maui.md index d0544cff939a..06ff3b57336e 100644 --- a/aspnetcore/blazor/hybrid/tutorials/maui.md +++ b/aspnetcore/blazor/hybrid/tutorials/maui.md @@ -5,7 +5,7 @@ description: Build a .NET MAUI Blazor app step-by-step. monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 05/23/2022 +ms.date: 09/29/2022 uid: blazor/hybrid/tutorials/maui --- # Build a .NET MAUI Blazor app @@ -20,16 +20,16 @@ This tutorial shows you how to build and run a .NET MAUI Blazor app. You learn h ## Prerequisites * [Supported platforms (.NET MAUI documentation)](/dotnet/maui/supported-platforms) -* [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) with the **.NET Multi-platform App UI development** workload. +* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with the **.NET Multi-platform App UI development** workload. * [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 and Visual Studio for Mac are in prerelease for working on Blazor Hybrid apps and may be modified before final release. We recommend keeping Visual Studio 2022 Preview updated for the best tooling experience. +> 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 Preview. +Launch Visual Studio 2022. In the Start Window, select **Create a new project**: From f06014d8cbea6f0899fc0aa1b65c46950b567650 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:45:23 -0500 Subject: [PATCH 2/4] Update windows-forms.md --- aspnetcore/blazor/hybrid/tutorials/windows-forms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/blazor/hybrid/tutorials/windows-forms.md b/aspnetcore/blazor/hybrid/tutorials/windows-forms.md index 811274ea0af2..39412a78dc50 100644 --- a/aspnetcore/blazor/hybrid/tutorials/windows-forms.md +++ b/aspnetcore/blazor/hybrid/tutorials/windows-forms.md @@ -19,10 +19,10 @@ This tutorial shows you how to build and run a Windows Forms Blazor app. You lea ## Prerequisites * [Supported platforms (Windows Forms documentation)](/dotnet/desktop/winforms/overview/) -* [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) with the **.NET desktop development** workload +* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with the **.NET desktop development** workload > [!NOTE] -> Blazor Hybrid has reached General Availability (GA) and is fully supported for production workloads. Visual Studio and Visual Studio for Mac are in prerelease for working on Blazor Hybrid apps and may be modified before final release. We recommend keeping Visual Studio 2022 Preview updated for the best tooling experience. +> Blazor Hybrid has reached General Availability (GA) and is fully supported for production workloads. Visual Studio for Mac are 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. ## Visual Studio workload @@ -32,7 +32,7 @@ If the **.NET desktop development** workload isn't installed, use the Visual Stu ## Create a Windows Forms Blazor project -Start Visual Studio 2022 Preview. +Start Visual Studio 2022. In the Start Window, select **Create a new project**: From 3c053c4ca4261d7638f086e17245ad20a9657814 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:46:03 -0500 Subject: [PATCH 3/4] Update wpf.md --- aspnetcore/blazor/hybrid/tutorials/wpf.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/blazor/hybrid/tutorials/wpf.md b/aspnetcore/blazor/hybrid/tutorials/wpf.md index 3d56fdd48da6..a170b7749292 100644 --- a/aspnetcore/blazor/hybrid/tutorials/wpf.md +++ b/aspnetcore/blazor/hybrid/tutorials/wpf.md @@ -20,10 +20,10 @@ This tutorial shows you how to build and run a WPF Blazor app. You learn how to: ## Prerequisites * [Supported platforms (WPF documentation)](/dotnet/desktop/wpf/overview/) -* [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) with the **.NET desktop development** workload +* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with the **.NET desktop development** workload > [!NOTE] -> Blazor Hybrid has reached General Availability (GA) and is fully supported for production workloads. Visual Studio and Visual Studio for Mac are in prerelease for working on Blazor Hybrid apps and may be modified before final release. We recommend keeping Visual Studio 2022 Preview updated for the best tooling experience. +> 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. ## Visual Studio workload @@ -33,7 +33,7 @@ If the **.NET desktop development** workload isn't installed, use the Visual Stu ## Create a WPF Blazor project -Start Visual Studio 2022 Preview. +Start Visual Studio 2022. In the Start Window, select **Create a new project**: From ce09afe8ca0102a08c52e500111815f041a9700a Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:46:15 -0500 Subject: [PATCH 4/4] Update windows-forms.md --- aspnetcore/blazor/hybrid/tutorials/windows-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/hybrid/tutorials/windows-forms.md b/aspnetcore/blazor/hybrid/tutorials/windows-forms.md index 39412a78dc50..3a0524822b7c 100644 --- a/aspnetcore/blazor/hybrid/tutorials/windows-forms.md +++ b/aspnetcore/blazor/hybrid/tutorials/windows-forms.md @@ -22,7 +22,7 @@ This tutorial shows you how to build and run a Windows Forms Blazor app. You lea * [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with the **.NET desktop development** workload > [!NOTE] -> Blazor Hybrid has reached General Availability (GA) and is fully supported for production workloads. Visual Studio for Mac are 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. +> 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. ## Visual Studio workload