© Holger Schwichtenberg 2018
Holger SchwichtenbergModern Data Access with Entity Framework Core https://doi.org/10.1007/978-1-4842-3552-2_2

2. Installing Entity Framework Core

Holger Schwichtenberg1 
(1)
Essen, Germany
 

Entity Framework Core has no setup.exe. Entity Framework Core is installed in a project via NuGet packages.

NuGet Packages

Entity Framework Core, in contrast to the classic Entity Framework, consists of several NuGet packages. Table 2-1 shows only the root packages. Their dependencies, to which NuGet then automatically adds the associated packages, are not listed here. If you’re using a project template such as the ASP.NET Core Web Application template, you might have some of the dependencies already included.
Table 2-1

Main Packages ...

Get Modern Data Access with Entity Framework Core: Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.