From 0cea941f721ef5dc330d3440d569bdb162d9026a Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 27 Feb 2025 15:33:28 -0800 Subject: [PATCH 1/3] Update Web Forms incremental migration steps Remove step for upgrading individual components that isn't supported. --- aspnetcore/migration/web_forms.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aspnetcore/migration/web_forms.md b/aspnetcore/migration/web_forms.md index 4a297b359f53..08cd4854b162 100644 --- a/aspnetcore/migration/web_forms.md +++ b/aspnetcore/migration/web_forms.md @@ -6,11 +6,11 @@ ms.author: riande ms.date: 03/07/2017 uid: migration/web_forms --- -# Upgrade an ASP.NET Framework Web Forms app to ASP.NET Core MVC +# Upgrade an ASP.NET Framework Web Forms app to ASP.NET Core :::moniker range=">= aspnetcore-7.0" -This article shows how to upgrade an ASP.NET Framework Web Forms to ASP.NET Core MVC using the Visual Studio [.NET Upgrade Assistant](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant) and the [incremental update](xref:migration/inc/overview) approach. +This article shows how to upgrade an ASP.NET Framework Web Forms to ASP.NET Core using the Visual Studio [.NET Upgrade Assistant](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant) and the [incremental update](xref:migration/inc/overview) approach. If your .NET Framework project has supporting libraries in its solution that are required, they should be upgraded to .NET Standard 2.0, if possible. For more information, see [Upgrade supporting libraries](/aspnet/core/migration/inc/start#upgrade-supporting-libraries). @@ -22,7 +22,6 @@ If your .NET Framework project has supporting libraries in its solution that are 1. Select the target framework version and then select **Next**. For more information, see [.NET and .NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). 1. Select **Done**, then select **Finish**. 1. The **Summary** step displays **`` is now connected to `` via Yarp proxy.**. -1. Select the component to upgrade, then select **Upgrade selection**. ## Incremental update From 7ebce76aa7a68652551142cf496d4ddb1c05fefa Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:02:51 -1000 Subject: [PATCH 2/3] Update ms.date and add new line --- aspnetcore/migration/web_forms.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aspnetcore/migration/web_forms.md b/aspnetcore/migration/web_forms.md index 08cd4854b162..bacf5a291f98 100644 --- a/aspnetcore/migration/web_forms.md +++ b/aspnetcore/migration/web_forms.md @@ -3,7 +3,7 @@ title: Learn to upgrade from ASP.NET Web Forms to ASP.NET Core description: Learn how to upgrade an ASP.NET Web Forms project to ASP.NET Core author: rick-anderson ms.author: riande -ms.date: 03/07/2017 +ms.date: 3/1/2025 uid: migration/web_forms --- # Upgrade an ASP.NET Framework Web Forms app to ASP.NET Core @@ -30,3 +30,4 @@ Follow the steps in [Get started with incremental ASP.NET to ASP.NET Core migrat :::moniker-end [!INCLUDE[](~/migration/mvc/includes/mvc6.md)] +25 From d87f7bf04baaabc9a748df8b86ca19e05d794cd8 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:03:39 -1000 Subject: [PATCH 3/3] Update aspnetcore/migration/web_forms.md --- aspnetcore/migration/web_forms.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/migration/web_forms.md b/aspnetcore/migration/web_forms.md index bacf5a291f98..d1a5e34c3a58 100644 --- a/aspnetcore/migration/web_forms.md +++ b/aspnetcore/migration/web_forms.md @@ -30,4 +30,3 @@ Follow the steps in [Get started with incremental ASP.NET to ASP.NET Core migrat :::moniker-end [!INCLUDE[](~/migration/mvc/includes/mvc6.md)] -25