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