Remove 2.2 preview version text (#9334)

pull/9340/head
Scott Addie 2018-10-30 15:27:24 -05:00 committed by Rick Anderson
parent 3ce2a7821e
commit fc1d9f663e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ This tutorial is advanced. You should be familiar with:
::: moniker range="= aspnetcore-2.1"
In ASP.NET Core 2.1, `User.IsInRole` fails when using `AddDefaultIdentity`. This tutorial uses `AddDefaultIdentity` and therefore requires ASP.NET Core 2.2 preview 1 or later. See [this GitHub issue](https://github.com/aspnet/Identity/issues/1813#issuecomment-394543909) for a work-around.
In ASP.NET Core 2.1, `User.IsInRole` fails when using `AddDefaultIdentity`. This tutorial uses `AddDefaultIdentity` and therefore requires ASP.NET Core 2.2 or later. See [this GitHub issue](https://github.com/aspnet/Identity/issues/1813#issuecomment-394543909) for a work-around.
::: moniker-end