Skip to content

Commit 08f8ee3

Browse files
Copilotwadepickett
andcommitted
Fix metadata ordering, broken link, and See also URLs per review feedback
Co-authored-by: wadepickett <[email protected]>
1 parent 854f6f9 commit 08f8ee3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2+
title: Learn to upgrade from ASP.NET MVC, Web API, and Web Forms to ASP.NET Core
23
ai-usage: ai-assisted
34
author: wadepickett
45
description: Learn how to upgrade ASP.NET Framework MVC, Web API, or Web Forms projects to ASP.NET Core using migration tooling.
56
ms.author: wpickett
67
ms.date: 12/04/2025
7-
title: Learn to upgrade from ASP.NET MVC, Web API, and Web Forms to ASP.NET Core
88
uid: migration/fx-to-core/tooling
99
---
1010
# Use tooling to help migrate ASP.NET Framework to ASP.NET Core
1111

1212
## The GitHub Copilot app modernization
13-
To upgrade ASP.NET Framework applications (MVC, Web API, and Web Forms) to ASP.NET Core use the [GitHub Copilot app modernization Visual Studio extension](/dotnet/core/porting/github-copilot-app-modernization/overview
13+
To upgrade ASP.NET Framework applications (MVC, Web API, and Web Forms) to ASP.NET Core, use the [GitHub Copilot app modernization Visual Studio extension](/dotnet/core/porting/github-copilot-app-modernization/overview).
1414

1515
The GitHub Copilot app modernization agent is a Visual Studio extension that leverages AI to simplify the process of upgrading legacy .NET applications. By integrating with GitHub Copilot Chat, this tool analyzes your solution to generate upgrade plans and assists in rewriting code to support ASP.NET Core. It streamlines the migration workflow by reducing manual effort, identifying dependencies, and providing interactive, automated guidance for modernizing your codebase. To learn how to upgrade your ASP.NET apps using the recommended tooling, see [How to upgrade a .NET app with GitHub Copilot app modernization](/dotnet/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot).
1616

@@ -21,4 +21,5 @@ If your .NET Framework project has supporting libraries in the solution that are
2121
2222
## See also
2323

24-
* [Quickstart: Assess and migrate a .NET project with GitHub Copilot app modernization for .NET](/dotnet/azure/migration/appmod/quickstart)
24+
* [GitHub Copilot app modernization overview](/dotnet/core/porting/github-copilot-app-modernization/overview)
25+
* [How to upgrade a .NET app with GitHub Copilot app modernization](/dotnet/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot)

0 commit comments

Comments
 (0)