Microsoft.EntityFrameworkCore.Sqlite.Core 2.1.0-preview1-final

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Sqlite.Core.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Sqlite.Core --version 2.1.0-preview1-final
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite.Core -Version 2.1.0-preview1-final
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.1.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.1.0-preview1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.Sqlite.Core --version 2.1.0-preview1-final
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite.Core, 2.1.0-preview1-final"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=2.1.0-preview1-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=2.1.0-preview1-final&prerelease
                    
Install as a Cake Tool

SQLite database provider for Entity Framework Core.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (87)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Sqlite.Core:

Package Downloads
Microsoft.EntityFrameworkCore.Sqlite

SQLite database provider for Entity Framework Core.

Microsoft.AspNetCore.All

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.

Microsoft.EntityFrameworkCore.Sqlite.Design

Design-time Entity Framework Core functionality for SQLite

EFCore.BulkExtensions.Sqlite

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite

Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite

NetTopologySuite support for the SQLite database provider for Entity Framework Core.

GitHub repositories (37)

Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Sqlite.Core:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
space-wizards/space-station-14
A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
rogerfar/rdt-client
Real-Debrid Client Proxy
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
VictorTzeng/Zxw.Framework.NetCore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
TabBlazor/TabBlazor
Blazor admin template based on Tabler UI
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
threenine/Threenine.Data
A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
b4rtik/RedPeanut
RedPeanut is a small RAT developed in .Net Core 2 and its agent in .Net 3.5 / 4.0.
LANCommander/LANCommander
Idered/snatch
📋 Beautiful clipboard manager for Windows
VahidN/DNTIdentity
A highly customized sample of the ASP.NET Core Identity
sabihoshi/GenshinLyreMidiPlayer
Genshin Impact Windsong Lyre, Floral Zither, & Vintage Lyre MIDI auto player in Modern Mica UI. Supports MIDI instruments & Playlist controls.
Version Downloads Last Updated
10.0.0-preview.5.25277.114 1,947 6/6/2025
10.0.0-preview.4.25258.110 1,901 5/12/2025
10.0.0-preview.3.25171.6 3,832 4/10/2025
10.0.0-preview.2.25163.8 1,428 3/18/2025
10.0.0-preview.1.25081.1 2,301 2/25/2025
9.0.6 294,870 6/10/2025
9.0.5 572,027 5/13/2025
9.0.4 764,654 4/8/2025
9.0.3 699,086 3/11/2025
9.0.2 1,102,771 2/11/2025
9.0.1 1,123,669 1/14/2025
9.0.0 2,057,590 11/12/2024
9.0.0-rc.2.24474.1 37,665 10/8/2024
9.0.0-rc.1.24451.1 38,856 9/10/2024
9.0.0-preview.7.24405.3 9,293 8/13/2024
9.0.0-preview.6.24327.4 7,803 7/9/2024
9.0.0-preview.5.24306.3 6,571 6/11/2024
9.0.0-preview.4.24267.1 6,038 5/21/2024
9.0.0-preview.3.24172.4 14,386 4/11/2024
9.0.0-preview.2.24128.4 8,055 3/12/2024
9.0.0-preview.1.24081.2 19,804 2/13/2024
8.0.17 118,139 6/10/2025
8.0.16 161,747 5/13/2025
8.0.15 289,498 4/8/2025
8.0.14 315,414 3/11/2025
8.0.13 682,034 2/11/2025
8.0.12 437,673 1/14/2025
8.0.11 2,638,347 11/12/2024
8.0.10 2,703,087 10/8/2024
8.0.8 4,792,946 8/13/2024
8.0.7 2,753,853 7/9/2024
8.0.6 2,249,999 5/28/2024
8.0.5 2,202,439 5/14/2024
8.0.4 2,616,902 4/9/2024
8.0.3 1,394,763 3/12/2024
8.0.2 2,785,437 2/13/2024
8.0.1 1,894,807 1/9/2024
8.0.0 5,501,528 11/14/2023
8.0.0-rc.2.23480.1 50,830 10/10/2023
8.0.0-rc.1.23419.6 72,425 9/12/2023
8.0.0-preview.7.23375.4 16,629 8/8/2023
8.0.0-preview.6.23329.4 22,968 7/11/2023
8.0.0-preview.5.23280.1 33,578 6/13/2023
8.0.0-preview.4.23259.3 17,912 5/16/2023
8.0.0-preview.3.23174.2 17,298 4/11/2023
8.0.0-preview.2.23128.3 12,138 3/14/2023
8.0.0-preview.1.23111.4 11,753 2/21/2023
7.0.20 415,972 5/28/2024
7.0.19 59,438 5/14/2024
7.0.18 208,369 4/9/2024
7.0.17 132,183 3/12/2024
7.0.16 236,188 2/13/2024
7.0.15 528,939 1/9/2024
7.0.14 748,192 11/14/2023
7.0.13 649,402 10/24/2023
7.0.12 513,971 10/10/2023
7.0.11 2,058,360 9/12/2023
7.0.10 2,536,478 8/8/2023
7.0.9 1,029,526 7/11/2023
7.0.8 782,822 6/22/2023
7.0.7 546,337 6/13/2023
7.0.5 3,740,451 4/11/2023
7.0.4 1,622,894 3/14/2023
7.0.3 1,137,742 2/14/2023
7.0.2 2,225,433 1/10/2023
7.0.1 1,303,043 12/13/2022
7.0.0 1,714,072 11/7/2022
7.0.0-rc.2.22472.11 23,621 10/11/2022
7.0.0-rc.1.22426.7 27,044 9/14/2022
7.0.0-preview.7.22376.2 11,999 8/9/2022
7.0.0-preview.6.22329.4 20,338 7/12/2022
7.0.0-preview.5.22302.2 6,479 6/14/2022
7.0.0-preview.4.22229.2 12,355 5/10/2022
7.0.0-preview.3.22175.1 5,046 4/13/2022
7.0.0-preview.2.22153.1 6,257 3/14/2022
7.0.0-preview.1.22076.6 8,411 2/17/2022
6.0.36 222,931 11/12/2024
6.0.35 141,231 10/8/2024
6.0.33 809,286 8/13/2024
6.0.32 106,764 7/9/2024
6.0.31 110,506 5/28/2024
6.0.30 37,989 5/14/2024
6.0.29 249,547 4/9/2024
6.0.28 159,442 3/12/2024
6.0.27 173,800 2/13/2024
6.0.26 263,898 1/9/2024
6.0.25 443,668 11/14/2023
6.0.24 481,350 10/24/2023
6.0.23 192,020 10/10/2023
6.0.22 228,206 9/12/2023
6.0.21 608,783 8/8/2023
6.0.20 217,059 7/11/2023
6.0.19 1,281,016 6/22/2023
6.0.18 114,738 6/13/2023
6.0.16 970,967 4/11/2023
6.0.15 477,732 3/14/2023
6.0.14 457,950 2/14/2023
6.0.13 1,233,409 1/10/2023
6.0.12 572,704 12/13/2022
6.0.11 2,087,972 11/7/2022
6.0.10 1,743,780 10/11/2022
6.0.9 1,577,157 9/13/2022
6.0.8 1,676,707 8/9/2022
6.0.7 14,242,754 7/12/2022
6.0.6 2,187,842 6/14/2022
6.0.5 3,337,170 5/10/2022
6.0.4 1,770,878 4/11/2022
6.0.3 1,342,703 3/8/2022
6.0.2 3,905,216 2/8/2022
6.0.1 2,696,749 12/14/2021
6.0.0 12,496,170 11/8/2021
6.0.0-rc.2.21480.5 22,633 10/12/2021
6.0.0-rc.1.21452.10 26,692 9/14/2021
6.0.0-preview.7.21378.4 11,501 8/10/2021
6.0.0-preview.6.21352.1 4,990 7/14/2021
6.0.0-preview.5.21301.9 8,478 6/15/2021
6.0.0-preview.4.21253.1 10,248 5/24/2021
6.0.0-preview.3.21201.2 10,187 4/8/2021
6.0.0-preview.2.21154.2 6,081 3/11/2021
6.0.0-preview.1.21102.2 11,118 2/12/2021
5.0.17 807,455 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 103,472 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 236,455 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 361,202 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 474,196 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 435,058 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 837,131 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 819,911 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,086,927 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,460,826 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,046,081 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 745,342 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,375,706 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 935,242 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 891,311 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,053,538 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,616,006 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,629,540 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 67,265 10/13/2020
5.0.0-rc.1.20451.13 38,631 9/14/2020
5.0.0-preview.8.20407.4 21,307 8/25/2020
5.0.0-preview.7.20365.15 9,559 7/21/2020
5.0.0-preview.6.20312.4 10,413 6/25/2020
5.0.0-preview.5.20278.2 2,962 6/10/2020
5.0.0-preview.4.20220.10 4,736 5/18/2020
5.0.0-preview.3.20181.2 4,813 4/23/2020
5.0.0-preview.2.20159.4 5,449 4/2/2020
5.0.0-preview.2.20120.8 4,464 3/16/2020
3.1.32 730,551 12/13/2022
3.1.31 49,657 11/8/2022
3.1.30 90,361 10/11/2022
3.1.29 39,997 9/13/2022
3.1.28 57,296 8/9/2022
3.1.27 79,524 7/12/2022
3.1.26 62,082 6/14/2022
3.1.25 159,363 5/10/2022
3.1.24 78,677 4/11/2022
3.1.23 197,127 3/8/2022
3.1.22 319,535 12/14/2021
3.1.21 201,476 11/7/2021
3.1.20 282,368 10/11/2021
3.1.19 266,212 9/14/2021
3.1.18 278,391 8/10/2021
3.1.17 233,805 7/13/2021
3.1.16 237,963 6/8/2021
3.1.15 466,644 5/11/2021
3.1.14 200,995 4/6/2021
3.1.13 2,425,069 3/9/2021
3.1.12 464,086 2/9/2021
3.1.11 588,499 1/12/2021
3.1.10 1,149,720 11/9/2020
3.1.9 1,267,252 10/13/2020
3.1.8 4,151,373 9/8/2020
3.1.7 1,222,531 8/11/2020
3.1.6 1,075,598 7/14/2020
3.1.5 1,661,472 6/9/2020
3.1.4 2,595,957 5/12/2020
3.1.3 7,761,543 3/24/2020
3.1.2 1,220,884 2/19/2020
3.1.1 1,401,367 1/14/2020
3.1.0 2,943,509 12/3/2019
3.1.0-preview3.19554.8 8,810 11/13/2019
3.1.0-preview2.19525.5 5,193 11/1/2019
3.1.0-preview1.19506.2 4,916 10/15/2019
3.0.3 14,319 2/19/2020
3.0.2 7,462 1/14/2020
3.0.1 212,524 11/18/2019
3.0.0 4,004,147 9/23/2019
3.0.0-rc1.19456.14 4,528 9/16/2019
3.0.0-preview9.19423.6 6,987 9/4/2019
3.0.0-preview8.19405.11 13,403 8/13/2019
3.0.0-preview7.19362.6 14,356 7/23/2019
3.0.0-preview6.19304.10 21,777 6/12/2019
3.0.0-preview5.19227.1 10,727 5/6/2019
3.0.0-preview4.19216.3 5,310 4/18/2019
3.0.0-preview3.19153.1 66,988 3/6/2019
3.0.0-preview.19074.3 11,742 1/29/2019
3.0.0-preview.18572.1 3,678 12/3/2018
2.3.0 2,647 1/14/2025
2.2.6 6,702,966 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,350,411 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 714,907 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 819,367 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,026,715 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,563,862 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,631 10/17/2018
2.2.0-preview2-35157 14,065 9/12/2018
2.2.0-preview1-35029 5,086 8/22/2018
2.1.14 860,426 11/18/2019
2.1.11 567,234 5/14/2019
2.1.8 1,048,159 2/12/2019
2.1.4 3,135,408 10/1/2018
2.1.3 1,342,601 9/11/2018
2.1.2 1,498,072 8/21/2018
2.1.1 1,939,801 6/18/2018
2.1.0 2,098,737 5/29/2018
2.1.0-rc1-final 21,831 5/6/2018
2.1.0-preview2-final 31,877 4/10/2018
2.1.0-preview1-final 11,560 2/26/2018
2.0.3 3,911,599 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,251,256 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,422,960 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,799,004 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 54,914 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 15,695,315 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.