// Install Microsoft.Data.Sqlite.Core as a Cake Addin
#addin nuget:?package=Microsoft.Data.Sqlite.Core&version=8.0.4
// Install Microsoft.Data.Sqlite.Core as a Cake Tool
#tool nuget:?package=Microsoft.Data.Sqlite.Core&version=8.0.4
The
Microsoft.Data.Sqlite.Core
package contains the code for SQLite ADO.NET driver. However, it does not automatically bring in any SQLite native binary, instead requiring that the application install and initialize the binary to use.
Usage
Only use this package if you need to change to a different SQLite native binary that the one supplied by
Microsoft.Data.Sqlite
.
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.