waives / waives.net

The .NET SDK for Waives
https://docs.waives.io/docs/dotnet-sdk-overview
MIT License
0 stars 0 forks source link

Remove reference to ASP.NET WebApiClient #79

Closed alastairs closed 5 years ago

alastairs commented 5 years ago

This is an unmaintained package now, and we were referencing only a single method from it in the library (ReadAsAync()). It depends on an older version of Newtonsoft.Json which, in a .NET Framework project, resolves to v6 or so. An implementation of ReadAsAsync() is now included in Waives.Http, and the latest version of Newtonsoft.Json is referenced directly from the library.

Fixes #38.