Skip to content

Commit 5f0d9a4

Browse files
authored
Revise .NET upgrade notes and emphasize ASP.NET migration
Updated notes on .NET Framework upgrade scenarios and added emphasis on ASP.NET project migration recommendations.
1 parent 0ec2545 commit 5f0d9a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/core/porting/github-copilot-app-modernization-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,16 @@ To start an upgrade or migration, interact with GitHub Copilot, following these
5656

5757
The modernization agent supports upgrading projects coded in C#. The following types of projects are supported:
5858

59+
- ASP.NET Core (and related technologies such as MVC, Razor Pages, and Web API)
5960
- Blazor
6061
- Azure Functions
6162
- Windows Presentation Foundation
6263
- Windows Forms
6364
- Class libraries
6465
- Console apps
6566

66-
> [!NOTE]
67-
> .NET Framework update scenarios are currently in preview. Using the modernization agent to design an upgrade plan might work in limited scenarios. If upgrading an ASP.NET project (or related technologies such as MVC, Razor Pages, Web API) see [ASP.NET Migration](/aspnet/core/migration/fx-to-core) for recommendations.
67+
> [!IMPORTANT]
68+
> .NET Framework upgrade scenarios are currently in preview, which includes technologies such as Windows Forms for .NET Framework and ASP.NET. Using the modernization agent to design an upgrade plan might work in limited scenarios. If upgrading an ASP.NET project (or related technologies such as MVC, Razor Pages, Web API) see [ASP.NET Migration](/aspnet/core/migration/fx-to-core) for recommendations.
6869
6970
To learn how to start an upgrade, see [How to upgrade a .NET app with GitHub Copilot app modernization](how-to-upgrade-with-github-copilot.md).
7071

@@ -76,7 +77,7 @@ The following upgrade paths are supported:
7677
- Modernize your code base with new features.
7778
- Migrate components and services to Azure.
7879

79-
> [!NOTE]
80+
> [!IMPORTANT]
8081
> Upgrading projects from .NET Framework to the latest version of .NET is still in preview.
8182
8283
## Migrate .NET projects to Azure

0 commit comments

Comments
 (0)