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.

21 lines
881 B

  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.Owin.Security</id>
  5. <version>2.1.0</version>
  6. <title>Microsoft.Owin.Security</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>Common types which are shared by the various authentication middleware components.</description>
  13. <releaseNotes />
  14. <copyright />
  15. <language />
  16. <tags>Microsoft OWIN Katana</tags>
  17. <dependencies>
  18. <dependency id="Owin" version="1.0" />
  19. <dependency id="Microsoft.Owin" version="2.1.0" />
  20. </dependencies>
  21. </metadata>
  22. </package>