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


Other available versions