summaryrefslogtreecommitdiffstats
path: root/SendGrid/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec
blob: 1173130a4e98816c4bab39c11228192ee50d0502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.Net.Http</id>
    <version>2.0.20710.0</version>
    <title>Microsoft .NET Framework 4 HTTP Client Libraries</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm</licenseUrl>
    <projectUrl>http://www.asp.net/web-api</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This package provides a programming interface for modern HTTP applications. This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages.</description>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Net.Http.WebRequest" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
    <references>
      <reference file="System.Net.Http.dll" />
      <reference file="System.Net.Http.WebRequest.dll" />
      <reference file="_._" />
    </references>
  </metadata>
</package>