prjseal / PasswordGenerator

A library which generates random passwords with different settings to meet the OWASP requirements
MIT License
178 stars 43 forks source link

Nuget install error #14

Closed H4xl0r closed 4 years ago

H4xl0r commented 4 years ago

If i try to install the package via nuget manager it gives me this error : Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand Unterdrückungszustand Fehler Das Paket "PasswordGenerator 2.0.5" konnte nicht installiert werden. Sie versuchen, dieses Paket in ein Projekt zu installieren, das sich auf ".NETFramework,Version=v4.6" bezieht, das Paket enthält aber keine Assemblyverweise oder Inhaltsdateien, die mit diesem Framework kompatibel sind. Wenden Sie sich an den Paketersteller, um weitere Informationen zu erhalten.

however, the package does not contain assembly references or content files that are compatible with this framework. Contact the package builder for more information.

whats wrong here ?

H4xl0r commented 4 years ago

wrong pakage there is another one called password.gen. net.standard

that seems to work