Dwolla / dwolla-v2-csharp

Official C# Wrapper for Dwolla's API
https://developers.dwolla.com
MIT License
12 stars 16 forks source link

Remove newtonsoft dependency and use System.Text.Json #41

Closed waynebrantley closed 1 year ago

waynebrantley commented 2 years ago

This should be a pretty easy transition and would make it such that you have no external dependencies outside of .net. You currently target standard 1.6, and net core frameworks that use that are depreciated.

Please target for Standard 2.0 and for that target you can use NewtonSoft (#ifdef). Add targets for NET5.0, NET6.0 and NET7.0.

ShreyaThapa commented 1 year ago

Thanks for opening up the issue, @waynebrantley!

This has been released in the latest version - Dwolla.Client v6.0.0. Special thanks to @natehitze and @IsaiahDahlberg for their contributions to this release! 👏 🙇‍♀️