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

Microsoft.AspNet.WebApi.Client 5.0.0

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.0.0</version>
    <title>Microsoft ASP.NET Web API 2 Client</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_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 go here to view the release notes: http://go.microsoft.com/fwlink/?LinkID=320753&amp;clcid=0x409</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="4.5.11" />
      </group>
      <group targetFramework=".NETPortable0.0-wp8+netcore45+net45">
        <dependency id="Newtonsoft.Json" version="4.5.11" />
        <dependency id="Microsoft.Net.Http" version="2.2.13" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>