In this article I will explain with an example, how to install 
OtpSharp.Core library from 
Nuget package in Visual Studio.
		 
	
		 
	
		
			Downloading OtpSharp.Core package
	
	
		You will need to install the OtpSharp.Core package using the following command.
	
		Install-Package OtpSharp.Core -Version 1.0.0
	
		 
	![Install OtpSharp.Core library using Nuget]() 
	
		 
	
		Once the package is installed, a success message will be displayed.
	![Install OtpSharp.Core library using Nuget]()