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
Once the package is installed, a success message will be displayed.