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.
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.