Skip to content

Commit 80363dc

Browse files
authored
1 parent e864939 commit 80363dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aspnetcore/migration/20_21.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate from ASP.NET Core 2.0 to 2.1
33
author: rick-anderson
44
description: This article covers the basics of migrating an ASP.NET Core 2.0 app to 2.1.
55
ms.author: riande
6-
ms.date: 07/25/2018
6+
ms.date: 08/14/2018
77
uid: migration/20_21
88
---
99
# 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
125125

126126
If you've made non-trivial changes to the template generated Identity code:
127127

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.
129129
* You can keep your ASP.NET Core 2.0 Identity code, it's fully supported.
130130

131131
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
226226

227227
## Additional changes
228228

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).
229230
* [SetCompatibilityVersion](xref:fundamentals/startup#setcompatibilityversion)
230231
* [Transport configuration](xref:fundamentals/servers/kestrel#transport-configuration)

0 commit comments

Comments
 (0)