scottbrady91 / ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher

ASP.NET Core Identity IPasswordHasher implementation using Argon2
https://www.scottbrady91.com/ASPNET-Identity/Improving-the-ASPNET-Core-Identity-Password-Hasher
MIT License
22 stars 7 forks source link

Updated dependencies #3

Closed Atulin closed 4 years ago

Atulin commented 4 years ago

Updates dependencies to fix the bug solved by https://github.com/tabrath/libsodium-core/issues/46

scottbrady91 commented 4 years ago

I'm super confused by this pull request. It's called "Updated dependencies" but then it changes the coding style, changes the name of the library, and adds yourself as an author. I don't see how I can merge this.

I appreciate you using the library and finding the issue with it. I'll update the dependencies as soon as I can but unfortunately, I won't be able to use this PR.

Atulin commented 4 years ago

Ah, those are the later commits, when I was experimenting with packaging it via Github so that I can get it via Nuget into my project. The only one that should be pulled is this one. Guess I messed up this PR, huh.

Feel free to reject it and make the changes manually, it's just updating 3 lines in .csproj