<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Microsoft.Owin.Security.Cookies</id>
    <version>3.1.0</version>
    <title>Microsoft.Owin.Security.Cookies</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
    <projectUrl>https://github.com/aspnet/AspNetKatana/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.</description>
    <tags>Microsoft OWIN Katana</tags>
    <dependencies>
      <dependency id="Owin" version="1.0" />
      <dependency id="Microsoft.Owin" version="3.1.0" />
      <dependency id="Microsoft.Owin.Security" version="3.1.0" />
    </dependencies>
  </metadata>
</package>