summaryrefslogtreecommitdiff
path: root/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.0.1/microsoft.aspnetcore.webutilities.nuspec
blob: 07ac6bd6b4771a2ee91d5ed1c006e1ed7028b21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNetCore.WebUtilities</id>
    <version>2.0.1</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
    <projectUrl>https://asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.</description>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>aspnetcore</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/HttpAbstractions" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Net.Http.Headers" version="2.0.1" />
        <dependency id="System.Text.Encodings.Web" version="4.4.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>