diff --git a/aspnetcore/migration/proper-to-2x/index.md b/aspnetcore/migration/proper-to-2x/index.md index f81146120f..de094187f5 100644 --- a/aspnetcore/migration/proper-to-2x/index.md +++ b/aspnetcore/migration/proper-to-2x/index.md @@ -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.