Skip to content

Commit cc41d3e

Browse files
lambiduRick-Anderson
authored andcommitted
change EF Identity namespace (dotnet#1410)
1 parent 1bf573d commit cc41d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet/security/authentication/identity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this topic, you'll learn how to use ASP.NET Core Identity to add functionalit
1818

1919
.. image:: identity/_static/01-mvc.png
2020

21-
The created project contains the ``Microsoft.AspNetCore.Identity.EntityFramework`` package, which will persist the identity data and schema to SQL Server using `Entity Framework Core`_.
21+
The created project contains the ``Microsoft.AspNetCore.Identity.EntityFrameworkCore`` package, which will persist the identity data and schema to SQL Server using `Entity Framework Core`_.
2222

2323
.. note:: In Visual Studio, you can view NuGet packages details by selecting **Tools** -> **NuGet Package Manager** -> **Manage NuGet Packages for Solution**. You also see a list of packages in the dependencies section of the *project.json* file within your project.
2424

0 commit comments

Comments
 (0)