trichards57 / zxcvbn-cs

C#/.NET port of Dan Wheeler/DropBox's Zxcvbn JS password strength estimation library
MIT License
59 stars 18 forks source link

Updated project to support .Net 4.5.1 #16

Closed trichards57 closed 6 years ago

trichards57 commented 6 years ago

Update core library to target .Net 4.5.1 instead of 4.5.2.

Test library still targets 4.5.2, but looking at the differences between the two libraries, this is not a real concern.

Closes #15