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

Downloading QRCoder package

You will need to install the QRCoder package using the following command.
Install-Package QRCoder -Version 1.5.1
 
Install QRCoder library using Nuget
 
Once the package is installed, a success message will be displayed.
Install QRCoder library using Nuget