Files
git.stella-ops.org/local-nuget/microsoft.data.sqlite/9.0.0-rc.1.24451.1/Microsoft.Data.Sqlite.nuspec
2025-11-17 20:46:40 +02:00

35 lines
1.6 KiB
XML

<?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>9.0.0-rc.1.24451.1</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="740edc6f5e40ba591f8e4f9a886e02abe5668c89" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Data.Sqlite.Core" version="9.0.0-rc.1.24451.1" exclude="Build,Analyzers" />
<dependency id="SQLitePCLRaw.bundle_e_sqlite3" version="2.1.8" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>