Skip to content

Commit 26023b2

Browse files
authored
Link to the versionless ASP.NET migration article (#48773)
* Link to the versionless ASP.NET migration article * Remove extra lines in file
1 parent 3668570 commit 26023b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/core/install/upgrade.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The only required change to upgrade an app is updating the `TargetFramework` pro
3434

3535
Here's how to do it:
3636

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.
4040

4141
> [!TIP]
4242
> 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
4747

4848
More resources:
4949

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)
5353

5454
## Update continuous integration (CI)
5555

0 commit comments

Comments
 (0)