ASP.NET Identity packages in combination with EF
parent
ea93e685c7
commit
2d4b4fdd5a
|
@ -124,6 +124,7 @@ Namespace and package ID changes
|
|||
|
||||
All Microsoft.AspNet.\* namespaces are renamed to Microsoft.AspNetCore.\*.
|
||||
The EntityFramework.\* packages and namespaces are changing to Microsoft.EntityFrameworkCore.\*.
|
||||
The ASP.NET Identity packages in combination with EntityFramework are changing from Microsoft.AspNet.Identity.EntityFramework.\* to Microsoft.AspNetCore.Identity.EntityFrameworkCore.\*.
|
||||
All ASP.NET Core package versions are now 1.0.0-\*.
|
||||
Microsoft.Data.Entity.* is now Microsoft.EntityFrameworkCore.*
|
||||
|
||||
|
@ -348,4 +349,4 @@ To use the Identity API in views, add the following directives to the view:
|
|||
|
||||
@using Microsoft.AspNetCore.Identity
|
||||
@inject SignInManager SignInManager
|
||||
@inject UserManager UserManager
|
||||
@inject UserManager UserManager
|
||||
|
|
Loading…
Reference in New Issue