TypeSafe.Http.Net.HttpClient by https://github.com/HelloKitty

<PackageReference Include="TypeSafe.Http.Net.HttpClient" Version="2.2.16" />

 TypeSafe.Http.Net.HttpClient 2.2.16

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library is an implementation of the IRestServiceProxy which can be registered using RegisterDotNetHttpClient(...) on the builder. This will allow TypeSafe.Http.Net to utilizing the .NET HttpClient for its service.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TypeSafe.Http.Net.HttpClient</id>
    <version>2.2.16</version>
    <authors>https://github.com/HelloKitty</authors>
    <owners>https://github.com/HelloKitty</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/HelloKitty/TypeSafe.Http.Net/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/HelloKitty/TypeSafe.Http.Net</projectUrl>
    <description>TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.

This library is an implementation of the IRestServiceProxy which can be registered using RegisterDotNetHttpClient(...) on the builder. This will allow TypeSafe.Http.Net to utilizing the .NET HttpClient for its service.</description>
    <copyright>Andrew Blakely</copyright>
    <tags>Refit Rest Client .NET Retrofit TypeSafe HTTP Type Safe</tags>
    <repository type="git" url="https://github.com/HelloKitty/TypeSafe.Http.Net" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="TypeSafe.Http.Net.Api" version="2.2.16" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="TypeSafe.Http.Net.Api" version="2.2.16" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>