<?xml version="1.0"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<metadata>
|
<id>Microsoft.AspNet.WebApi.Core</id>
|
<version>5.0.0</version>
|
<title>Microsoft ASP.NET Web API 2 Core</title>
|
<authors>Microsoft</authors>
|
<owners>Microsoft</owners>
|
<licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_ENU.htm</licenseUrl>
|
<projectUrl>http://www.asp.net/web-api</projectUrl>
|
<requireLicenseAcceptance>false</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>
|
<summary>This package contains the core runtime assemblies for ASP.NET Web API.</summary>
|
<releaseNotes>Please go here to view the release notes: http://go.microsoft.com/fwlink/?LinkID=320753&clcid=0x409</releaseNotes>
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
<language>en-US</language>
|
<tags>Microsoft AspNet WebApi AspNetWebApi</tags>
|
<dependencies>
|
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.0.0" />
|
</dependencies>
|
</metadata>
|
</package>
|