Binance Pay .NET 5 SDK

Hi everyone,

I just created a Binance Pay API SDK for .NET 5 and further applications.
I would like to get your feedback to improve it the more I can.
Here is the github repository: https://github.com/Tusquito/binance-pay-dotnet-sdk

Best regards,
Tuskk.

Thanks for the contribution to help grow the Binance developer community :slightly_smiling_face:

A suggestion from my end is to change the targeted framework of BinancePayDotnetSdk.Common from NET Framework to NET Standard, exposing the package to more solutions (NET Core, NET Framework & NET Standard).

1 Like

Thanks for your feedback, gonna think about an efficient way to move the project to a “global” usage of .NET Standard.