Zastai / MetaBrainz.MusicBrainz

Native .NET implementation of libmusicbrainz
MIT License
37 stars 9 forks source link

Switch to `HttpClient` #32

Closed Zastai closed 2 years ago

Zastai commented 2 years ago

This switches both OAuth2 and Query to use HttpClient (provided by new dependency System.Net.Http) instead of the deprecated WebClient.

This brings with it a slew of breaking API changes: