adebisi-fa / paystack-dotnet

PayStack API for .Net Developers!
http://developers.paystack.co/docs
MIT License
37 stars 37 forks source link

Package not working on .NETFramework greater than or equal to v4.6 #9

Closed codename95 closed 5 years ago

codename95 commented 5 years ago

Severity Code Description Project File Line Suppression State Error Could not install package 'Paystack.Net 0.7.2'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', 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.

codename95 commented 5 years ago

Got it now, one needs to use 4.6.1 and nothing less than or equal to 4.6 Framework. Cheers