Plinth.Storage.MSSql by Plinth

<PackageReference Include="Plinth.Storage.MSSql" Version="1.1.3" />

 Plinth.Storage.MSSql 1.1.3

SQL Server driver for Plinth.Storage

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Plinth.Storage.MSSql</id>
    <version>1.1.3</version>
    <title>Plinth.Storage.MSSql</title>
    <authors>Plinth</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>plinth-logo.png</icon>
    <projectUrl>https://bitbucket.org/plinthlibs/common/</projectUrl>
    <iconUrl>https://bitbucket.org/plinthlibs/common/raw/52baa6883202b030aae0cafba63935e284df7d24/plinth-logo.png</iconUrl>
    <description>SQL Server driver for Plinth.Storage</description>
    <releaseNotes>net5.0 support</releaseNotes>
    <copyright>Copyright (c) 2014-2020 Plinth Authors</copyright>
    <tags>Plinth Blob Storage BlobStorage Blobs SQL SQLServer</tags>
    <repository type="git" url="https://bitbucket.org/plinthlibs/common/" branch="master" commit="3e40984268be02bb8fb2fc742b160bf6cc8a1e1e" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Plinth.Database.MSSql" version="1.1.3" exclude="Build,Analyzers" />
        <dependency id="Plinth.Storage" version="1.1.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net5.0">
        <dependency id="Plinth.Database.MSSql" version="1.1.3" exclude="Build,Analyzers" />
        <dependency id="Plinth.Storage" version="1.1.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>