Update 31-to-50.md (#24227)
* Update 31-to-50.md * Update 50-to-60.md * Update aspnetcore/migration/31-to-50.md * Apply suggestions from code review Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com> Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>pull/24232/head
parent
e21883d892
commit
d2c21630fc
|
@ -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 <xref:migration/31-to-60>.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -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 <xref:migration/31-to-60>.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
Loading…
Reference in New Issue