aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.97k stars 871 forks source link

Same Package On Nuget With Different Names #2012

Closed brainoverflow98 closed 5 years ago

brainoverflow98 commented 5 years ago

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 5 years ago

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.