RestSharp by John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community

<PackageReference Include="RestSharp" Version="107.0.0-preview.8" />

 RestSharp 107.0.0-preview.8

Simple REST and HTTP API Client

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RestSharp</id>
    <version>107.0.0-preview.8</version>
    <authors>John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>restsharp.png</icon>
    <projectUrl>https://restsharp.dev/</projectUrl>
    <description>Simple REST and HTTP API Client</description>
    <repository type="git" url="https://github.com/restsharp/RestSharp.git" commit="2e152eccd21462fc4878d2f09d7a1ee09fd28ab4" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="System.Text.Json" version="5.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net6.0">
        <dependency id="System.Text.Json" version="5.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Text.Json" version="5.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>