Microsoft.Extensions.Caching.SqlServer by Microsoft

<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="2.2.0" />

 Microsoft.Extensions.Caching.SqlServer 2.2.0

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Extensions.Caching.SqlServer</id>
    <version>2.2.0</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt</licenseUrl>
    <projectUrl>https://asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.

This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>cache distributedcache sqlserver</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/Extensions" branch="release/2.2" commit="9bc79b2f25a3724376d7af19617c33749a30ea3a" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="System.Data.SqlClient" version="4.6.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>