diff --git a/aspnetcore/migration/web_forms.md b/aspnetcore/migration/web_forms.md index 4a297b359f53..d1a5e34c3a58 100644 --- a/aspnetcore/migration/web_forms.md +++ b/aspnetcore/migration/web_forms.md @@ -3,14 +3,14 @@ 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 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