HaveIBeenPwned / PwnedPasswordsDownloader

A tool to download all Pwned Passwords hash ranges and save them offline so they can be used without a dependency on the k-anonymity API
BSD 3-Clause "New" or "Revised" License
575 stars 41 forks source link

suggestion: add framework flag to docs #9

Open shawnkhall opened 2 years ago

shawnkhall commented 2 years ago

The installation documentation says to run the following to install the package: dotnet tool install --global haveibeenpwned-downloader

This should be updated to: dotnet tool install --framework ".NETCoreApp,Version=v6.0" --global haveibeenpwned-downloader

stebet commented 1 year ago

Is there a specific reason this framework flag is needed?