In this article I will explain with an example, how to install Microsoft.EntityFrameworkCore.SqlServer (Version 10) library from Nuget package in Visual Studio 2026.
 
 

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 10.0.0
 
Install Microsoft.EntityFrameworkCore.SqlServer 10 Nuget Package
 
Once the package is installed, a success message will be displayed.
 
Install Microsoft.EntityFrameworkCore.SqlServer 10 Nuget Package