You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
781 B

10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.Owin</id>
  5. <version>2.1.0</version>
  6. <title>Microsoft.Owin</title>
  7. <authors>Microsoft</authors>
  8. <owners>Microsoft</owners>
  9. <licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm</licenseUrl>
  10. <projectUrl>http://katanaproject.codeplex.com/</projectUrl>
  11. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  12. <description>Provides a set of helper types and abstractions for simplifying the creation of OWIN components.</description>
  13. <tags>Microsoft OWIN Katana</tags>
  14. <dependencies>
  15. <dependency id="Owin" version="1.0" />
  16. </dependencies>
  17. </metadata>
  18. </package>