Update index.md (#26957)

* Update index.md

* Update aspnetcore/migration/proper-to-2x/index.md
pull/26954/head
Rick Anderson 2022-09-11 10:46:50 -10:00 committed by GitHub
parent 337b395256
commit 0ee50f97bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
title: Migrate from ASP.NET to ASP.NET Core
author: isaacrlevin
description: Receive guidance for migrating existing ASP.NET MVC or Web API apps to ASP.NET Core.web
ms.author: scaddie
ms.author: riande
ms.date: 10/18/2019
uid: migration/proper-to-2x/index
---
@ -12,6 +12,8 @@ By [Isaac Levin](https://isaaclevin.com)
This article serves as a reference guide for migrating ASP.NET apps to ASP.NET Core.
Visual Studio has tooling to help migrate ASP.NET apps to ASP.NET Core. For more information, see [Migrating from ASP.NET to ASP.NET Core in Visual Studio](https://devblogs.microsoft.com/dotnet/introducing-project-migrations-visual-studio-extension/).
The [.NET Upgrade Assistant](https://dotnet.microsoft.com/en-us/platform/upgrade-assistant) is a command-line tool that can help migrate ASP.NET to ASP.NET Core. For more information, see [Overview of the .NET Upgrade Assistant](/dotnet/architecture/porting-existing-aspnet-apps/) and [Upgrade an ASP.NET MVC app to .NET 6 with the .NET Upgrade Assistant](/dotnet/core/porting/upgrade-assistant-aspnetmvc).
See the ebook [Porting existing ASP.NET apps to .NET Core](https://aka.ms/aspnet-porting-ebook) for a comprehensive porting guide.