diff --git a/aspnetcore/migration/31-to-50.md b/aspnetcore/migration/31-to-50.md index 9379ab24e9..f2dff52b39 100644 --- a/aspnetcore/migration/31-to-50.md +++ b/aspnetcore/migration/31-to-50.md @@ -10,9 +10,8 @@ uid: migration/31-to-50 --- # Migrate from ASP.NET Core 3.1 to 5.0 -By [Scott Addie](https://github.com/scottaddie) -This article explains how to update an existing ASP.NET Core 3.1 project to ASP.NET Core 5.0. +This article explains how to update an existing ASP.NET Core 3.1 project to ASP.NET Core 5.0. For instructions on how to migrate from ASP.NET Core 3.1 to ASP.NET Core 6.0, see . ## Prerequisites diff --git a/aspnetcore/migration/50-to-60.md b/aspnetcore/migration/50-to-60.md index bbdc2f42a3..25ccae8108 100644 --- a/aspnetcore/migration/50-to-60.md +++ b/aspnetcore/migration/50-to-60.md @@ -10,7 +10,7 @@ uid: migration/50-to-60 --- # Migrate from ASP.NET Core 5.0 to 6.0 -This article explains how to update an existing ASP.NET Core 5.0 project to ASP.NET Core 6.0. +This article explains how to update an existing ASP.NET Core 5.0 project to ASP.NET Core 6.0. For instructions on how to migrate from ASP.NET Core 3.1 to ASP.NET Core 6.0, see . ## Prerequisites