Microsoft.Net.Http.Headers.nuspec 1.11 KB
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.Net.Http.Headers</id>
    <version>1.1.2</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>HTTP header parser implementations.</description>
    <tags>http</tags>
    <serviceable>true</serviceable>
    <dependencies>
      <group targetFramework=".NETStandard1.1">
        <dependency id="Microsoft.Extensions.Primitives" version="[1.1.1, )" />
        <dependency id="NETStandard.Library" version="[1.6.1, )" />
        <dependency id="System.Buffers" version="[4.3.0, )" />
        <dependency id="System.Diagnostics.Contracts" version="[4.3.0, )" />
      </group>
    </dependencies>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <projectUrl>http://www.asp.net/</projectUrl>
  </metadata>
</package>