diff --git a/aspnet/migration/rc1-to-rc2.rst b/aspnet/migration/rc1-to-rc2.rst index ecfe4bece7..f2f9bc0a2d 100644 --- a/aspnet/migration/rc1-to-rc2.rst +++ b/aspnet/migration/rc1-to-rc2.rst @@ -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 \ No newline at end of file + @inject UserManager UserManager