In this article I will explain with an example, how to install Microsoft.EntityFrameworkCore.SqlServer library froom Nuget package in Visual Studio.
 
 

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 8.0.0
 
Install Microsoft.EntityFrameworkCore.SqlServer 8 Nuget Package
 
Install Microsoft.EntityFrameworkCore.SqlServer 8 Nuget Package