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

Microsoft.AspNet.WebApi.Client 5.2.2

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>5.2.2</version>
    <title>Microsoft ASP.NET Web API 2.2 Client Libraries</title>
    <authors>Microsoft</authors>
    <owners>Microsoft,aspnet</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.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>
    <summary>This package adds support for formatting and content negotiation to System.Net.Http.</summary>
    <releaseNotes>Please visit http://go.microsoft.com/fwlink/?LinkID=403010 to view the release notes.</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet WebApi AspNetWebApi HttpClient</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Newtonsoft.Json" version="6.0.4" />
      </group>
      <group targetFramework=".NETPortable0.0-wp8+netcore45+net45+wp81+wpa81">
        <dependency id="Newtonsoft.Json" version="6.0.4" />
        <dependency id="Microsoft.Net.Http" version="2.2.22" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>