RestSharp by John Sheehan, RestSharp Community

<PackageReference Include="RestSharp" Version="106.5.2" />

 RestSharp 106.5.2

Simple REST and HTTP API Client

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>RestSharp</id>
    <version>106.5.2</version>
    <authors>John Sheehan, RestSharp Community</authors>
    <owners>John Sheehan, RestSharp Community</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>http://restsharp.org/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/restsharp/RestSharp/develop/restsharp.png</iconUrl>
    <description>Simple REST and HTTP API Client</description>
    <releaseNotes>For full release notes see https://github.com/restsharp/RestSharp/blob/master/releasenotes.md</releaseNotes>
    <repository type="git" url="https://github.com/restsharp/RestSharp.git" />
    <dependencies>
      <group targetFramework=".NETFramework4.5.2" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.5.2" />
    </frameworkAssemblies>
  </metadata>
</package>