-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plans on supporting STJ (instead of Newtonsoft.JSON)? #82
Comments
Thank you for reaching out. We understand the challenges version mismatches can bring. While migrating to Looking forward to your response! |
In this case it's actually just a mismatch between https://github.com/paypal/PayPal-Dotnet-Server-SDK and https://github.com/twilio/twilio-csharp. After referencing Newtonsoft in my executable directly it works but ... you know, anyway I'd like to reduce the number of dependencies. And after migration my whole project to STJ I noticed how many libs still depend on Newtonsoft. |
@angelaki we've released a patch version of the Updating our |
Thank you so much! And looking forward for STJ! :) |
I just found this project since the PayPal API obviously uses it (https://github.com/paypal/PayPal-Dotnet-Server-SDK). Since I cannot use Newtonsoft because of version mismatches with other dependencies I wanted to ask if you plan to support STJ (anytime soon).
I already asked in their repo what is obviously wrong (paypal/PayPal-Dotnet-Server-SDK#13).
The text was updated successfully, but these errors were encountered: