Microsoft.AspNet.WebApi.Owin.5.2.2.nuspec
1.32 KB
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.AspNet.WebApi.Owin</id>
<version>5.2.2</version>
<title>Microsoft ASP.NET Web API 2.2 OWIN</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://www.asp.net/web-api</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package allows you to host ASP.NET Web API within an OWIN server and provides access to additional OWIN features.</description>
<summary>This package allows you to host ASP.NET Web API within an OWIN server and provides access to additional OWIN features.</summary>
<releaseNotes>Please visit http://go.microsoft.com/fwlink/?LinkID=403010 to view the release notes.</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language>en-US</language>
<tags>Microsoft AspNet WebApi AspNetWebApi OWIN</tags>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi.Core" version="[5.2.2, 5.3.0)" />
<dependency id="Microsoft.Owin" version="2.0.2" />
<dependency id="Owin" version="1.0" />
</dependencies>
</metadata>
</package>