How can use jwt lowest dot net version 4.5

JWT (JSON Web Tokens) in a .NET Framework 4.5 application, you can use the System.IdentityModel.Tokens.Jwt

Best for you