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.

20 lines
997 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.Security.OAuth</id>
  5. <version>2.1.0</version>
  6. <title>Microsoft.Owin.Security.OAuth</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>Middleware that enables an application to support any standard OAuth 2.0 authentication workflow.</description>
  13. <tags>Microsoft OWIN Katana</tags>
  14. <dependencies>
  15. <dependency id="Owin" version="1.0" />
  16. <dependency id="Microsoft.Owin" version="2.1.0" />
  17. <dependency id="Newtonsoft.Json" version="4.5.11" />
  18. <dependency id="Microsoft.Owin.Security" version="2.1.0" />
  19. </dependencies>
  20. </metadata>
  21. </package>