globalpayments / dotnet-sdk

GNU General Public License v2.0
43 stars 63 forks source link

Support for .NET Framework 4.5? #9

Open aloneartist opened 5 years ago

aloneartist commented 5 years ago

Are there any plans for multi-targeting?

russelleverett commented 5 years ago

@aloneartist Unfortunately 4.6.1 is the lowest we will be able to target. Due to issues in the earlier versions of the TCP Client libraries we had to target netstandard 1.3 with a minimum .NET compatibility of 4.6.1.

aloneartist commented 5 years ago

Due to issues in the earlier versions of the TCP Client libraries

@russelleverett anything specific? can You provide some more info?

I was able to add support for 4.5.2 on master branch with minimal changes with no such issues...