You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/migration/fx-to-core/start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ The [System.Web adapters](~/migration/fx-to-core/inc/systemweb-adapters.md) can
155
155
2. Add the `Microsoft.AspNetCore.SystemWebAdapters` package
156
156
3. Enable multi-targeting and add a .NET 8 target or later, or convert the project to .NET Standard 2.0.
157
157
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.
0 commit comments