In this article I will explain with an example, how to install Entity Framework Core 3 in .Net Core 3.
 
 
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 3.1.32
 
.Net Core 3: Install Entity Framework Core 3
 
.Net Core 3: Install Entity Framework Core 3
 


Other available versions