bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 92 forks source link

Update Flurl #88

Closed astrohart closed 1 year ago

astrohart commented 1 year ago

Hello @bchavez ,

FYI, Flurl, one of your dependent packages, is at 3.0.7. However, when I install the package from NuGet, it keeps installing v3.0.1, and I keep getting exceptions until I then do a Update-Package.

Suggest you update your Flurl dependencies to the latest. Thank you.

FYI, your package (or one of its dependencies) automatically installs Newtonsoft.Json v12, but it's at v13.

Regards,

Brian Hart

astrohart commented 1 year ago

Never mind, I fixed my issue that I was having. I just had to consolidate NuGet packages in my dependency tree.