Skip to content

Commit d988a2f

Browse files
authored
Enhance migration instructions with GitHub Copilot reference
Added a reference to GitHub Copilot app modernization for assistance in identifying project changes during migration.
1 parent 7b08ad5 commit d988a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/migration/fx-to-core/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The [System.Web adapters](~/migration/fx-to-core/inc/systemweb-adapters.md) can
155155
2. Add the `Microsoft.AspNetCore.SystemWebAdapters` package
156156
3. Enable multi-targeting and add a .NET 8 target or later, or convert the project to .NET Standard 2.0.
157157

158-
This step may require a number of projects to change depending on your solution structure and which routes you're migrating.
158+
This step may require a number of projects to change depending on your solution structure and which routes you're migrating. [GitHub Copilot app modernization](/dotnet/core/porting/github-copilot-app-modernization/overview) can help you identify which ones need to change and automate a number of steps in the process.
159159

160160

161161
## Next Steps

0 commit comments

Comments
 (0)