prjseal / PasswordGenerator

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

Cannot install via NuGet Package Manager on .NET Framework 4.5.2 #15

Closed astronaako closed 4 years ago

astronaako commented 4 years ago

Cannot install package via NuGet Package Manager on Visual Studio 2019 Project is a C# Winform application build on .NET Framework 4.5.2

Error Could not install package 'PasswordGenerator 2.0.5'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

prjseal commented 4 years ago

Hi I think the minimum it supports is 4.6

astronaako commented 4 years ago

Ah owki. Got a little confused since the compatibility chart says 4.5.2 is supported

Thanks for the reply 😊

prjseal commented 4 years ago

Sorry I need to update that. I had to drop 4.5 support when I had to change the version of .net standard

Cheers

Paul

On Sat, 29 Aug 2020 at 07:24, Mohamed Naamy notifications@github.com wrote:

Ah owki. Got a little confused since the compatibility chart says 4.5.2 is supported

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/prjseal/PasswordGenerator/issues/15#issuecomment-683244930, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFYFGEXI5CXY742B4PTZ63SDCNLDANCNFSM4QONBCBA .