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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ The only required change to upgrade an app is updating the `TargetFramework` pro
34
34
35
35
Here's how to do it:
36
36
37
-
* Open the project file (the `*.csproj`, `*.vbproj`, or `*.fsproj` file).
38
-
* Change the `<TargetFramework>` property value from, for example, `net6.0` to `net8.0`.
39
-
* The same pattern applies for the `<TargetFrameworks>` property if it is being used.
37
+
- Open the project file (the `*.csproj`, `*.vbproj`, or `*.fsproj` file).
38
+
- Change the `<TargetFramework>` property value from, for example, `net6.0` to `net8.0`.
39
+
- The same pattern applies for the `<TargetFrameworks>` property if it is being used.
40
40
41
41
> [!TIP]
42
42
> The [GitHub Copilot app modernization - upgrade](../porting/github-copilot-app-modernization-overview.md) capability can make these changes automatically.
@@ -47,9 +47,9 @@ You might need to run `dotnet workload restore` to restore workloads with the ne
47
47
48
48
More resources:
49
49
50
-
*[Breaking changes in .NET 9](../compatibility/9.0.md)
51
-
*[Migrate from ASP.NET Core in .NET 7 to .NET 8](/aspnet/core/migration/70-80?tabs=visual-studio)
52
-
*[Upgrade .NET MAUI from .NET 7 to .NET 8](https://github.com/dotnet/maui/wiki/Upgrading-.NET-MAUI-from-.NET-7-to-.NET-8)
50
+
-[Breaking changes in .NET 9](../compatibility/9.0.md)
51
+
-[Migrate an ASP.NET Core app](/aspnet/core/migration/)
52
+
-[Upgrade .NET MAUI from .NET 7 to .NET 8](https://github.com/dotnet/maui/wiki/Upgrading-.NET-MAUI-from-.NET-7-to-.NET-8)
0 commit comments