Microsoft.AspNet.WebApi.Client 5.2.7
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/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.AspNet.WebApi.Client</id>
<version>5.2.7</version>
<title>Microsoft ASP.NET Web API 2.2 Client Libraries</title>
<authors>Microsoft</authors>
<owners>Microsoft,aspnet</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>https://www.asp.net/web-api</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<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>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language>en-US</language>
<tags>Microsoft AspNet WebApi AspNetWebApi HttpClient</tags>
<repository type="git" url="https://github.com/aspnet/AspNetWebStack" />
<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>
<group targetFramework=".NETStandard2.0">
<dependency id="Newtonsoft.Json" version="10.0.1" />
<dependency id="Newtonsoft.Json.Bson" version="1.0.1" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
</metadata>
</package>