Bynder / bynder-c-sharp-sdk

SDK in C# for integration with Bynder
MIT License
3 stars 23 forks source link

added support for .net framework 4.x #57

Closed kunalshetye closed 3 years ago

kunalshetye commented 3 years ago

When using the Bynder SDK with a .NET Framework project, all the dll's from .NET Standard runtime are also included causing unwanted issues.

Modifying the nuspec and csproj files allows us to get the Bynder SDK to work nicely with .NET Framework 4.x

Sources:

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.2%) to 47.113% when pulling 5398e03a2f47f2912b68002298b96a4033dcb275 on kunalshetye:feature/support-net46 into cbaea26f349e7fbc0cd65ed0b55d0f80758af4b6 on Bynder:master.