<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="4.1.0-alpha-120809" />

Microsoft.AspNet.WebApi.Client 4.1.0-alpha-120809

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/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.WebApi.Client</id>
    <version>4.1.0-alpha-120809</version>
    <title>Microsoft ASP.NET Web API Client Libraries</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/mvc4extensions_prerelease_eula.htm</licenseUrl>
    <projectUrl>http://www.asp.net/web-api</projectUrl>
    <requireLicenseAcceptance>true</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>
    <tags>Microsoft AspNet WebApi AspNetWebApi HttpClient</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Microsoft.Net.Http" version="[2.0.20710.0]" />
        <dependency id="Newtonsoft.Json" version="4.5.6" />
      </group>
      <group targetFramework=".NETCore4.5">
        <dependency id="Newtonsoft.Json" version="4.5.8" />
      </group>
    </dependencies>
  </metadata>
</package>