﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Owin.Security.ActiveDirectory</id>
    <version>4.0.1</version>
    <title>Microsoft.Owin.Security.ActiveDirectory</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/AspNetKatana/v4.0.1/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/aspnet/AspNetKatana/</projectUrl>
    <description>Middleware that enables an application to use Microsoft's technology for authentication.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft OWIN Katana</tags>
    <dependencies>
      <dependency id="Owin" version="1.0.0" />
      <dependency id="Microsoft.IdentityModel.Protocols.WsFederation" version="5.3.0" />
      <dependency id="Microsoft.Owin" version="4.0.1" />
      <dependency id="Microsoft.Owin.Security" version="4.0.1" />
      <dependency id="Microsoft.Owin.Security.OAuth" version="4.0.1" />
      <dependency id="Microsoft.Owin.Security.Jwt" version="4.0.1" />
      <dependency id="System.IdentityModel.Tokens.Jwt" version="5.3.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework="" />
      <frameworkAssembly assemblyName="System.Net.Http.WebRequest" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>