<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
<metadata>
|
<id>Microsoft.AspNet.WebApi.Core</id>
|
<version>4.0.30506.0</version>
|
<title>Microsoft ASP.NET Web API Core 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 contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.</description>
|
<language>en-US</language>
|
<tags>Microsoft AspNet WebApi AspNetWebApi</tags>
|
<dependencies>
|
<dependency id="Microsoft.AspNet.WebApi.Client" version="4.0.20710.0" />
|
</dependencies>
|
</metadata>
|
</package>
|