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: docs/core/install/upgrade.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ Here's how to do it:
38
38
* Change the `<TargetFramework>` property value from, for example, `net6.0` to `net8.0`.
39
39
* The same pattern applies for the `<TargetFrameworks>` property if it is being used.
40
40
41
-
The [Upgrade Assistant](../porting/upgrade-assistant-overview.md) can make these changes automatically.
41
+
> [!TIP]
42
+
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization-overview.md) capability can make these changes automatically.
42
43
43
44
The next step is to build the project (or solution) with the new SDK. If additional changes are needed, the SDK will provide warnings and errors that guide you.
0 commit comments