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.

19 lines
942 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.Cookies</id>
  5. <version>2.0.2</version>
  6. <title>Microsoft.Owin.Security.Cookies</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 use cookie based authentication, similar to ASP.NET's forms authentication.</description>
  13. <tags>Microsoft OWIN Katana</tags>
  14. <dependencies>
  15. <dependency id="Owin" version="1.0" />
  16. <dependency id="Microsoft.Owin" version="2.0.2" />
  17. <dependency id="Microsoft.Owin.Security" version="2.0.2" />
  18. </dependencies>
  19. </metadata>
  20. </package>