yavsc/build/approot/packages/Microsoft.Owin/2.1.0/Microsoft.Owin.nuspec

18 lines
786 B
Plaintext

8 years ago
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Owin</id>
<version>2.1.0</version>
<title>Microsoft.Owin</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm</licenseUrl>
<projectUrl>http://katanaproject.codeplex.com/</projectUrl>
<description>Provides a set of helper types and abstractions for simplifying the creation of OWIN components.</description>
<tags>Microsoft OWIN Katana</tags>
<dependencies>
<dependency id="Owin" version="1.0.0" />
</dependencies>
</metadata>
</package>