﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Owin.Security.Twitter</id>
    <version>4.0.1</version>
    <title>Microsoft.Owin.Security.Twitter</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 support Twitter's OAuth 2.0 authentication workflow.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft OWIN Katana</tags>
    <dependencies>
      <dependency id="Owin" version="1.0.0" />
      <dependency id="Microsoft.Owin" version="4.0.1" />
      <dependency id="Newtonsoft.Json" version="10.0.1" />
      <dependency id="Microsoft.Owin.Security" version="4.0.1" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework="" />
      <frameworkAssembly assemblyName="System.Net.Http.WebRequest" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>