In this article I will explain with an example, how to install MySql.Data.EntityFramework library from Nuget package in Visual Studio.
 
 

Downloading MySql.Data.EntityFramework package

You will need to install the MySql.Data.EntityFramework package using the following command.
Install-Package MySql.Data.EntityFramework –Version 9.0.0
 
Install MySql.Data.EntityFramework library using Nuget
 
Once the package is installed, a success message will be displayed.
Install MySql.Data.EntityFramework library using Nuget