Description
In the initial PR it was pointed out that the use of HttpClient could result in socket exhaustion and that IHttpClientFactory should be used to address this.
The library however only supports .NET Standard 2.0 and .NET 4.6.1, which effectively excludes using it because the releases package targets 4.5.2
Description
In the initial PR it was pointed out that the use of
HttpClientcould result in socket exhaustion and thatIHttpClientFactoryshould be used to address this.The library however only supports .NET Standard 2.0 and .NET 4.6.1, which effectively excludes using it because the releases package targets 4.5.2