Remove 2.2 preview version text (#9334)
parent
3ce2a7821e
commit
fc1d9f663e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue