Microsoft.Owin.Security by Microsoft

<PackageReference Include="Microsoft.Owin.Security" Version="4.2.2" />

 Microsoft.Owin.Security 4.2.2

Common types which are shared by the various authentication middleware components.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Owin.Security</id>
    <version>4.2.2</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/aspnet/AspNetKatana</projectUrl>
    <description>Common types which are shared by the various authentication middleware components.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft OWIN Katana</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/AspNetKatana" commit="dbecd0d61958f8bb48263e31bd7344b25fc2d4da" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Microsoft.Owin" version="4.2.2" exclude="Build,Analyzers" />
        <dependency id="Owin" version="1.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>