In this article I will explain with an example, how to add Entity Framework to project in .Net Core 5.
 
 
Downloading Microsoft.EntityFrameworkCore.SqlServer package
In order to add Entity Framework to project, you will need to install the Microsoft.EntityFrameworkCore.SqlServer package using the following command.
Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 5.0.17
 
.Net Core 5: Add Entity Framework to project
 
.Net Core 5: Add Entity Framework to project
 


Other available versions