You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: aspnetcore/migration/20_21.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Migrate from ASP.NET Core 2.0 to 2.1
3
3
author: rick-anderson
4
4
description: This article covers the basics of migrating an ASP.NET Core 2.0 app to 2.1.
5
5
ms.author: riande
6
-
ms.date: 07/25/2018
6
+
ms.date: 08/14/2018
7
7
uid: migration/20_21
8
8
---
9
9
# Migrate from ASP.NET Core 2.0 to 2.1
@@ -125,7 +125,7 @@ The default 2.1 Identity UI doesn't currently provide significant new features o
125
125
126
126
If you've made non-trivial changes to the template generated Identity code:
127
127
128
-
* The preceding advantages probably do **not** justify converting to the the RCL version.
128
+
* The preceding advantages probably do **not** justify converting to the RCL version.
129
129
* You can keep your ASP.NET Core 2.0 Identity code, it's fully supported.
130
130
131
131
Identity 2.1 exposes endpoints with the `Identity` area. For example, the follow table shows examples of Identity endpoints that change from 2.0 to 2.1:
@@ -226,5 +226,6 @@ See [GDPR support in ASP.NET Core](xref:security/gdpr) for information on the pr
226
226
227
227
## Additional changes
228
228
229
+
* If hosting the app on Windows with IIS, install the latest [.NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
0 commit comments