CoreSync.Sqlite by adospace

<PackageReference Include="CoreSync.Sqlite" Version="0.1.86-beta" />

 CoreSync.Sqlite 0.1.86-beta

CoreSync is a .NET standard library that provides data synchronization functions between databases. This is the SQLite provider assembly.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CoreSync.Sqlite</id>
    <version>0.1.86-beta</version>
    <authors>adospace</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/adospace/CoreSync</projectUrl>
    <description>CoreSync is a .NET standard library that provides data synchronization functions between databases. This is the SQLite provider assembly.</description>
    <copyright>Adolfo Marinucci</copyright>
    <tags>sqlite data database sync synchronization .net</tags>
    <repository url="https://github.com/adospace/CoreSync" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="CoreSync" version="0.1.86-beta" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Data.Sqlite" version="3.0.0" exclude="Build,Analyzers" />
        <dependency id="System.ComponentModel.Annotations" version="4.7.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>