In this article I will explain with an example, how to install Entity Framework Core 2 in .Net Core 2.
 
 
Downloading Microsoft.EntityFrameworkCore.SqlServer package
You will need to install the Microsoft.EntityFrameworkCore.SqlServer package using the following command.
Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 2.1.1
 
.Net Core 2: Install Entity Framework Core 2
 
.Net Core 2: Install Entity Framework Core 2
 


Other available versions