CyberSource / cybersource-rest-client-dotnet

.NET client library for the CyberSource REST API
Other
18 stars 44 forks source link

AuthenticationSdk adds unneccessary dependency on NUnit #106

Open wrightsonm opened 3 years ago

wrightsonm commented 3 years ago

https://www.nuget.org/packages/CyberSource.Authentication/

v0.0.0.9 has a package dependency on NUnit 3.10.1

This package is not required. Application code should not have a dependency on a testing framework.

Please can you remove this unnecessary dependency as it cascades up to CyberSource.Rest.Client and then to our application.

PortSeventySix commented 1 year ago

Is there any chance of getting someone to look into this? We're experiencing the same results as @wrightsonm.