ASP.NET Identity packages in combination with EF

pull/1235/head
David Keller 2016-05-17 14:20:56 +02:00
parent ea93e685c7
commit 2d4b4fdd5a
1 changed files with 2 additions and 1 deletions

View File

@ -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