kspearrin / Otp.NET

A .NET implementation of TOTP and HOTP for things like two-factor authentication codes.
https://www.nuget.org/packages/Otp.NET
MIT License
1.08k stars 164 forks source link

.net 5 support + small refactoring #33

Closed ghost closed 1 year ago

ghost commented 3 years ago

I added .net 5 to projects TargetFrameworks and did small refactoring changes. Also, I signed assembly with SNK key, because PFX key signing is no longer supported for .net 5.

kspearrin commented 1 year ago

Thanks!