From 92d73c92e1569b97f0d2f71a903267aebb1072ea Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Mon, 29 Sep 2025 09:37:41 -0700 Subject: [PATCH 1/2] Link to the versionless ASP.NET migration article --- docs/core/install/upgrade.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/core/install/upgrade.md b/docs/core/install/upgrade.md index ca1b1ffb2845d..53db1353ef9f6 100644 --- a/docs/core/install/upgrade.md +++ b/docs/core/install/upgrade.md @@ -34,9 +34,9 @@ The only required change to upgrade an app is updating the `TargetFramework` pro Here's how to do it: -* Open the project file (the `*.csproj`, `*.vbproj`, or `*.fsproj` file). -* Change the `` property value from, for example, `net6.0` to `net8.0`. -* The same pattern applies for the `` property if it is being used. +- Open the project file (the `*.csproj`, `*.vbproj`, or `*.fsproj` file). +- Change the `` property value from, for example, `net6.0` to `net8.0`. +- The same pattern applies for the `` property if it is being used. > [!TIP] > 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 More resources: -* [Breaking changes in .NET 9](../compatibility/9.0.md) -* [Migrate from ASP.NET Core in .NET 7 to .NET 8](/aspnet/core/migration/70-80?tabs=visual-studio) -* [Upgrade .NET MAUI from .NET 7 to .NET 8](https://github.com/dotnet/maui/wiki/Upgrading-.NET-MAUI-from-.NET-7-to-.NET-8) +- [Breaking changes in .NET 9](../compatibility/9.0.md) +- [Migrate an ASP.NET Core app](/aspnet/core/migration/) +- [Upgrade .NET MAUI from .NET 7 to .NET 8](https://github.com/dotnet/maui/wiki/Upgrading-.NET-MAUI-from-.NET-7-to-.NET-8) ## Update continuous integration (CI) @@ -68,3 +68,4 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 ``` In a cloud service like [Azure App Service](/azure/app-service/quickstart-dotnetcore), a configuration change is needed. + From 0e993a45e8469feb8c846d41e0ba36bd3bc6de50 Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Mon, 29 Sep 2025 09:48:46 -0700 Subject: [PATCH 2/2] Remove extra lines in file --- docs/core/install/upgrade.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/core/install/upgrade.md b/docs/core/install/upgrade.md index 53db1353ef9f6..2bd94c9918ee8 100644 --- a/docs/core/install/upgrade.md +++ b/docs/core/install/upgrade.md @@ -68,4 +68,3 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 ``` In a cloud service like [Azure App Service](/azure/app-service/quickstart-dotnetcore), a configuration change is needed. -