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.

23 lines
1.1 KiB

  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.AspNet.Identity.Owin</id>
  5. <version>2.0.0</version>
  6. <title>Microsoft ASP.NET Identity 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. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  11. <description>Owin implementation for ASP.NET Identity.</description>
  12. <summary>Owin implementation for ASP.NET Identity.</summary>
  13. <releaseNotes />
  14. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  15. <language />
  16. <tags>Identity Membership</tags>
  17. <dependencies>
  18. <dependency id="Microsoft.AspNet.Identity.Core" version="2.0.0" />
  19. <dependency id="Microsoft.Owin.Security" version="2.1.0" />
  20. <dependency id="Microsoft.Owin.Security.Cookies" version="2.1.0" />
  21. <dependency id="Microsoft.Owin.Security.OAuth" version="2.1.0" />
  22. </dependencies>
  23. </metadata>
  24. </package>