<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="4.0.20505" />

Microsoft.AspNet.WebApi.Client 4.0.20505

This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <version>4.0.20505.0</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/MVC4_prerelease_eula.htm</licenseUrl>
    <projectUrl>http://www.asp.net/web-api</projectUrl>
    <dependencies>
      <dependency id="Microsoft.Net.Http" version="2.0.20505.0" />
      <dependency id="Newtonsoft.Json" version="4.5.1" />
    </dependencies>
    <id>Microsoft.AspNet.WebApi.Client</id>
    <title>Microsoft ASP.NET Web API Client Libraries (RC)</title>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.</description>
    <language>en-US</language>
  </metadata>
</package>