﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.6">
    <id>Microsoft.Data.Sqlite</id>
    <version>8.0.4</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <readme>PACKAGE.md</readme>
    <projectUrl>https://docs.microsoft.com/dotnet/standard/data/sqlite/</projectUrl>
    <description>Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite.

Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>SQLite Data ADO.NET</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/efcore" commit="0e8ece3526ef3575fb85de308b8a4cd5840f928e" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Data.Sqlite.Core" version="8.0.4" exclude="Build,Analyzers" />
        <dependency id="SQLitePCLRaw.bundle_e_sqlite3" version="2.1.6" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>