adebisi-fa / paystack-dotnet

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

Paystack API not working for .Net Framework #6

Closed iensteins2k closed 6 years ago

iensteins2k commented 6 years ago

Good afternoon, I'm trying to integrate Paystack API to my app built with .Net Framework 4.5.2 but it isn't installing. I get the following Error: Could not install package 'Paystack.Net 0.7.1'. 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.

Further study shows that it only supports .Net Core. Is there a package for my Framework if not could you please redirect me to resources that helps me.

Thanks

adebisi-fa commented 6 years ago

Hi @iensteins2k ,

Hope you're good!

PayStack.Net supports .Net Standard 2.0. As such, it can only work with .Net Framework v4.6.1 and later.

If there isn't any tight requirement on your supporting .Net Framework 4.5.1, I will suggest you update your project/solution to target 4.6.1 to use this library. Besides, .Net Framework 4.6.1 is very stable, too! (Please check .Net Stardard 2.0 supported platforms here).

I'll be closing this issue, now. Kindly re-open if necessary.

Hope this helps.