Merge pull request #4841 from aspnet/Rick-Anderson-patch-2

Update index.md
pull/4842/head
Rick Anderson 2017-11-21 10:49:09 -10:00 committed by GitHub
commit e8ca896a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,28 +1,28 @@
--- ---
title: Migration to ASP.NET Core title: Migration to ASP.NET Core
author: rick-anderson author: rick-anderson
description: description: Describes how to migrate from ASP.NET to ASP.NET Core, including ASP.NET 4.x and ASP.NET Core 2
keywords: ASP.NET Core keywords: ASP.NET Core, migrate, migration, ASP.NET 4.6, ASP.NET 4.7, ASP.NET 4.x
ms.author: riande ms.author: riande
manager: wpickett manager: wpickett
ms.date: 07/27/2017 ms.date: 07/27/2017
ms.topic: article ms.topic: article
ms.assetid: a8fb7eb7-e0e5-4394-84f3-1f1dbe0a2c3e
ms.technology: aspnet ms.technology: aspnet
ms.prod: asp.net-core ms.prod: asp.net-core
uid: migration/index uid: migration/index
--- ---
# Migration # Migration to ASP.NET Core, including ASP.NET 4.x, ASP.NET Core 2
## ASP.NET to ASP.NET Core 1.x ### ASP.NET to ASP.NET Core 1.x
* [Migrating from ASP.NET MVC to ASP.NET Core MVC](xref:migration/mvc) * [Migrating from ASP.NET MVC to ASP.NET Core MVC](xref:migration/mvc)
* [Migrating Configuration](xref:migration/configuration) * [Migrating Configuration](xref:migration/configuration)
* [Migrating Authentication and Identity](xref:migration/identity) * [Migrating Authentication and Identity](xref:migration/identity)
* [Migrating from ASP.NET Web API](xref:migration/webapi) * [Migrating from ASP.NET Web API](xref:migration/webapi)
* [Migrating HTTP Modules to Middleware](xref:migration/http-modules) * [Migrating HTTP Modules to Middleware](xref:migration/http-modules)
## [ASP.NET to ASP.NET Core 2.0](xref:migration/proper-to-2x/index) ### ASP.NET to ASP.NET Core 2.0
* [ASP.NET to ASP.NET Core 2.0](xref:migration/proper-to-2x/index)
## ASP.NET Core 1.x to 2.0 ### ASP.NET Core 1.x to 2.0
* [Migrating from ASP.NET Core 1.x to 2.0](xref:migration/1x-to-2x/index) * [Migrating from ASP.NET Core 1.x to 2.0](xref:migration/1x-to-2x/index)
* [Migrating Authentication and Identity](xref:migration/1x-to-2x/identity-2x) * [Migrating Authentication and Identity](xref:migration/1x-to-2x/identity-2x)