Blueprint.SqlServer by Adam Barclay,Michael Taylor

<PackageReference Include="Blueprint.SqlServer" Version="0.4.2" />

 Blueprint.SqlServer 0.4.2

Blueprint: Integrates SQL Server with Blueprint API projects

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Blueprint.SqlServer</id>
    <version>0.4.2</version>
    <title>Blueprint - SQL Server Provider</title>
    <authors>Adam Barclay,Michael Taylor</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <projectUrl>https://github.com/barclayadam/blueprint</projectUrl>
    <description>Blueprint: Integrates SQL Server with Blueprint API projects</description>
    <releaseNotes>See https://github.com/barclayadam/blueprint/releases for more info</releaseNotes>
    <tags>SQL Database API CQRS Blueprint Rest</tags>
    <repository type="git" url="https://github.com/barclayadam/blueprint.git" branch="master" commit="4841d36628a409ae0093b9417ce6959bb0ce937d" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="Blueprint" version="0.4.2" exclude="Build,Analyzers" />
        <dependency id="Dapper" version="2.0.4" exclude="Build,Analyzers" />
        <dependency id="System.Data.SqlClient" version="4.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>