Can't inherit from IdentityUser and IdentityRole in ASP.NET Core 2.0

后端 未结 5 1640
野趣味
野趣味 2021-02-13 00:49

I\'m trying to finish updating to .NET Core 2.0 but a couple of errors pop up:

The problem:

I have two classes, ApplicationRole and ApplicationU

5条回答
  •  北海茫月
    2021-02-13 01:17

    For me it got solved by installing package:

    Microsoft.Extensions.Identity.Stores
    

提交回复
热议问题