You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: aspnet/security/authentication/identity.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this topic, you'll learn how to use ASP.NET Core Identity to add functionalit
18
18
19
19
.. image:: identity/_static/01-mvc.png
20
20
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`_.
22
22
23
23
.. 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.
0 commit comments