I've tried to install and use this 2FA library using nuget in my solution, but I get the following error when trying any of the classes/methods:
Referenced assembly 'TwoFactorAuth.Net.dll' does not have a strong name
I've checked the dll using sn.exe and indeed it says:
TwoFactorAuth.Net.dll does not represent a strongly named assembly
I have signing turned on in my projects and I don't want to disable it, but I also don't want to have to sign library dll's myself, since it makes updating from nuget more difficult.
Can you help me with this? Thanks in advance!
I've tried to install and use this 2FA library using nuget in my solution, but I get the following error when trying any of the classes/methods:
I've checked the dll using sn.exe and indeed it says:
I have signing turned on in my projects and I don't want to disable it, but I also don't want to have to sign library dll's myself, since it makes updating from nuget more difficult.
Can you help me with this? Thanks in advance!