How to install the package Knuth.Authentication.TOTP from NuGet
.Net
C#
NuGet
Knuth.Authentication.TOTP
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package Knuth.Authentication.TOTP -Version 0.0.2
# .NET CLI
dotnet add package Knuth.Authentication.TOTP --version 0.0.2
# PackageReference
<PackageReference Include="Knuth.Authentication.TOTP" Version="0.0.2" />
# Paket CLI
paket add Knuth.Authentication.TOTP --version 0.0.2