andrew-schofield / keepass2-haveibeenpwned

Simple Have I Been Pwned checker for KeePass
MIT License
423 stars 24 forks source link

Why is the Newtonsoft.Json library not installed via NuGet? #98

Open cristianst85 opened 1 year ago

cristianst85 commented 1 year ago

Hello.

I've noticed that the Newtonsoft.Json library is not installed via the NuGet package manager. Is there a reason for that? I am asking because the project already has a packages.config file.

Also, build artifacts like those in the mono directory or the HaveIBeenPwned.plgx file should not be committed to the source control. They can be either distributed via the GitHub Releases page or they can be obtained by manually building the solution.

Best regards, Cristian