aspnet/Identity

Same Package On Nuget With Different Names

brainoverflow98 opened this issue · 1 comments

Are there any difference between Microsoft.AspNetCore.Identity.dll and Microsoft.Extensions.Identity.Core.dll ? If not why there are two of them ?

Eilon commented

Microsoft.AspNetCore.Identity depends on Microsoft.Extensions.Identity.Core, so they are not the same thing, but both are used in ASP.NET Core Identity.