Microsoft.AspNetCore.Session by Microsoft.AspNetCore.Session

<PackageReference Include="Microsoft.AspNetCore.Session" Version="1.0.5" />

 Microsoft.AspNetCore.Session 1.0.5

ASP.NET Core session state middleware.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNetCore.Session</id>
    <version>1.0.5</version>
    <authors>Microsoft.AspNetCore.Session</authors>
    <owners>Microsoft.AspNetCore.Session</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>ASP.NET Core session state middleware.</description>
    <tags>aspnetcore,session,sessionstate</tags>
    <serviceable>true</serviceable>
    <dependencies>
      <group targetFramework=".NETFramework4.5.1">
        <dependency id="Microsoft.AspNetCore.DataProtection" version="[1.0.5, )" />
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="[1.0.4, )" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="[1.0.2, )" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="[1.0.2, )" />
        <dependency id="Microsoft.Extensions.Options" version="[1.0.2, )" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="System.Security.Cryptography.Algorithms" version="[4.2.1, )" />
        <dependency id="Microsoft.AspNetCore.DataProtection" version="[1.0.5, )" />
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="[1.0.4, )" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="[1.0.2, )" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="[1.0.2, )" />
        <dependency id="Microsoft.Extensions.Options" version="[1.0.2, )" />
      </group>
    </dependencies>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <projectUrl>http://www.asp.net/</projectUrl>
  </metadata>
</package>