diff options
Diffstat (limited to 'SendGrid/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec')
-rw-r--r-- | SendGrid/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/SendGrid/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec b/SendGrid/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec new file mode 100644 index 0000000..1173130 --- /dev/null +++ b/SendGrid/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec @@ -0,0 +1,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>
\ No newline at end of file |