Skip to content

Commit 8825f36

Browse files
authored
Update Web Forms incremental migration steps (#34853)
1 parent 01b212e commit 8825f36

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

aspnetcore/migration/web_forms.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Learn to upgrade from ASP.NET Web Forms to ASP.NET Core
33
description: Learn how to upgrade an ASP.NET Web Forms project to ASP.NET Core
44
author: rick-anderson
55
ms.author: riande
6-
ms.date: 03/07/2017
6+
ms.date: 3/1/2025
77
uid: migration/web_forms
88
---
9-
# Upgrade an ASP.NET Framework Web Forms app to ASP.NET Core MVC
9+
# Upgrade an ASP.NET Framework Web Forms app to ASP.NET Core
1010

1111
:::moniker range=">= aspnetcore-7.0"
1212

13-
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.
13+
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.
1414

1515
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).
1616

@@ -22,7 +22,6 @@ If your .NET Framework project has supporting libraries in its solution that are
2222
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).
2323
1. Select **Done**, then select **Finish**.
2424
1. The **Summary** step displays **`<Framework Project>` is now connected to `<Framework ProjectCore>` via Yarp proxy.**.
25-
1. Select the component to upgrade, then select **Upgrade selection**.
2625

2726
## Incremental update
2827

0 commit comments

Comments
 (0)