SQLitePCLRaw.provider.sqlite3 by Eric Sink

<PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.1.2-pre20220916165053" />

 SQLitePCLRaw.provider.sqlite3 2.1.2-pre20220916165053

SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'sqlite3', to reference the 'system' SQLite. One common use for this provider is to access the SQLite library provided with iOS.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SQLitePCLRaw.provider.sqlite3</id>
    <version>2.1.2-pre20220916165053</version>
    <authors>Eric Sink</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <description>SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite.  Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library.  This provider does DllImport of 'sqlite3', to reference the 'system' SQLite.  One common use for this provider is to access the SQLite library provided with iOS.</description>
    <copyright>Copyright 2014-2022 SourceGear, LLC</copyright>
    <tags>sqlite</tags>
    <repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="SQLitePCLRaw.core" version="2.1.2-pre20220916165053" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net6.0-windows7.0">
        <dependency id="SQLitePCLRaw.core" version="2.1.2-pre20220916165053" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="SQLitePCLRaw.core" version="2.1.2-pre20220916165053" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>