Microsoft.EntityFrameworkCore.Sqlite.Core 10.0.0-rc.1.25451.107

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Sqlite.Core.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Sqlite.Core --version 10.0.0-rc.1.25451.107
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite.Core -Version 10.0.0-rc.1.25451.107
                    
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="10.0.0-rc.1.25451.107" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="10.0.0-rc.1.25451.107" />
                    
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 10.0.0-rc.1.25451.107
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite.Core, 10.0.0-rc.1.25451.107"
                    
#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.
#:package Microsoft.EntityFrameworkCore.Sqlite.Core@10.0.0-rc.1.25451.107
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=10.0.0-rc.1.25451.107&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=10.0.0-rc.1.25451.107&prerelease
                    
Install as a Cake Tool

The Microsoft.EntityFrameworkCore.Sqlite.Core package contains the code for the SQLite EF Core database provider. 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.EntityFrameworkCore.Sqlite.

To use this "Core" package, also install a SQLite binary package and initialize it with SQLitePCL.Batteries_V2.Init(); or similar. See github.com/ericsink/SQLitePCL.raw for more information.

Following this, call UseSqlite just as you when using Microsoft.EntityFrameworkCore.Sqlite.

Getting started with EF Core

See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.

Additional documentation

See SQLite EF Core Database Provider for more information about the features of this database provider.

Feedback

If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (90)

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 (38)

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
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
VictorTzeng/Zxw.Framework.NetCore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
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
Geodan/pg2b3dm
Tool for creating 3D Tiles from PostGIS geometries
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
Version Downloads Last Updated
10.0.0-rc.1.25451.107 541 9/9/2025
10.0.0-preview.7.25380.108 13,737 8/12/2025
10.0.0-preview.6.25358.103 2,560 7/15/2025
10.0.0-preview.5.25277.114 8,884 6/6/2025
10.0.0-preview.4.25258.110 2,464 5/12/2025
10.0.0-preview.3.25171.6 3,890 4/10/2025
10.0.0-preview.2.25163.8 1,470 3/18/2025
10.0.0-preview.1.25081.1 2,379 2/25/2025
9.0.9 27,546 9/9/2025
9.0.8 530,644 8/5/2025
9.0.7 497,028 7/8/2025
9.0.6 647,053 6/10/2025
9.0.5 779,703 5/13/2025
9.0.4 999,765 4/8/2025
9.0.3 848,338 3/11/2025
9.0.2 1,514,015 2/11/2025
9.0.1 1,439,875 1/14/2025
9.0.0 2,403,697 11/12/2024
9.0.0-rc.2.24474.1 39,555 10/8/2024
9.0.0-rc.1.24451.1 39,606 9/10/2024
9.0.0-preview.7.24405.3 9,618 8/13/2024
9.0.0-preview.6.24327.4 8,315 7/9/2024
9.0.0-preview.5.24306.3 7,232 6/11/2024
9.0.0-preview.4.24267.1 6,372 5/21/2024
9.0.0-preview.3.24172.4 14,758 4/11/2024
9.0.0-preview.2.24128.4 8,362 3/12/2024
9.0.0-preview.1.24081.2 25,949 2/13/2024
8.0.20 6,765 9/9/2025
8.0.19 133,045 8/5/2025
8.0.18 109,270 7/8/2025
8.0.17 292,125 6/10/2025
8.0.16 262,249 5/13/2025
8.0.15 382,157 4/8/2025
8.0.14 415,784 3/11/2025
8.0.13 988,576 2/11/2025
8.0.12 531,198 1/14/2025
8.0.11 3,222,493 11/12/2024
8.0.10 3,015,758 10/8/2024
8.0.8 5,488,367 8/13/2024
8.0.7 3,018,617 7/9/2024
8.0.6 2,398,834 5/28/2024
8.0.5 2,409,381 5/14/2024
8.0.4 2,874,495 4/9/2024
8.0.3 1,462,238 3/12/2024
8.0.2 2,976,834 2/13/2024
8.0.1 1,965,280 1/9/2024
8.0.0 5,987,481 11/14/2023
8.0.0-rc.2.23480.1 51,275 10/10/2023
8.0.0-rc.1.23419.6 77,909 9/12/2023
8.0.0-preview.7.23375.4 16,759 8/8/2023
8.0.0-preview.6.23329.4 23,091 7/11/2023
8.0.0-preview.5.23280.1 34,358 6/13/2023
8.0.0-preview.4.23259.3 18,690 5/16/2023
8.0.0-preview.3.23174.2 17,509 4/11/2023
8.0.0-preview.2.23128.3 12,233 3/14/2023
8.0.0-preview.1.23111.4 11,802 2/21/2023
7.0.20 458,663 5/28/2024
7.0.19 62,533 5/14/2024
7.0.18 220,609 4/9/2024
7.0.17 138,509 3/12/2024
7.0.16 240,957 2/13/2024
7.0.15 541,993 1/9/2024
7.0.14 761,626 11/14/2023
7.0.13 658,092 10/24/2023
7.0.12 521,339 10/10/2023
7.0.11 2,269,262 9/12/2023
7.0.10 2,634,431 8/8/2023
7.0.9 1,051,107 7/11/2023
7.0.8 796,287 6/22/2023
7.0.7 552,429 6/13/2023
7.0.5 3,869,458 4/11/2023
7.0.4 1,643,917 3/14/2023
7.0.3 1,150,888 2/14/2023
7.0.2 2,272,764 1/10/2023
7.0.1 1,330,430 12/13/2022
7.0.0 1,754,813 11/7/2022
7.0.0-rc.2.22472.11 23,884 10/11/2022
7.0.0-rc.1.22426.7 27,488 9/14/2022
7.0.0-preview.7.22376.2 12,067 8/9/2022
7.0.0-preview.6.22329.4 20,532 7/12/2022
7.0.0-preview.5.22302.2 6,529 6/14/2022
7.0.0-preview.4.22229.2 12,425 5/10/2022
7.0.0-preview.3.22175.1 5,104 4/13/2022
7.0.0-preview.2.22153.1 6,330 3/14/2022
7.0.0-preview.1.22076.6 8,469 2/17/2022
6.0.36 292,082 11/12/2024
6.0.35 161,913 10/8/2024
6.0.33 950,070 8/13/2024
6.0.32 113,716 7/9/2024
6.0.31 116,395 5/28/2024
6.0.30 39,617 5/14/2024
6.0.29 269,202 4/9/2024
6.0.28 162,971 3/12/2024
6.0.27 179,531 2/13/2024
6.0.26 271,108 1/9/2024
6.0.25 453,760 11/14/2023
6.0.24 503,185 10/24/2023
6.0.23 195,570 10/10/2023
6.0.22 230,281 9/12/2023
6.0.21 620,702 8/8/2023
6.0.20 220,447 7/11/2023
6.0.19 1,328,463 6/22/2023
6.0.18 116,874 6/13/2023
6.0.16 984,460 4/11/2023
6.0.15 484,891 3/14/2023
6.0.14 464,366 2/14/2023
6.0.13 1,259,577 1/10/2023
6.0.12 582,574 12/13/2022
6.0.11 2,128,715 11/7/2022
6.0.10 1,761,282 10/11/2022
6.0.9 1,597,575 9/13/2022
6.0.8 1,691,206 8/9/2022
6.0.7 14,528,432 7/12/2022
6.0.6 2,241,608 6/14/2022
6.0.5 3,370,548 5/10/2022
6.0.4 1,790,892 4/11/2022
6.0.3 1,354,202 3/8/2022
6.0.2 3,962,806 2/8/2022
6.0.1 2,726,071 12/14/2021
6.0.0 12,733,717 11/8/2021
6.0.0-rc.2.21480.5 22,696 10/12/2021
6.0.0-rc.1.21452.10 26,812 9/14/2021
6.0.0-preview.7.21378.4 11,567 8/10/2021
6.0.0-preview.6.21352.1 5,041 7/14/2021
6.0.0-preview.5.21301.9 8,552 6/15/2021
6.0.0-preview.4.21253.1 10,313 5/24/2021
6.0.0-preview.3.21201.2 10,239 4/8/2021
6.0.0-preview.2.21154.2 6,147 3/11/2021
6.0.0-preview.1.21102.2 11,269 2/12/2021
5.0.17 820,204 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 104,535 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 239,608 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 363,876 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 478,219 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 437,184 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 841,627 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 825,703 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,092,194 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,499,740 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,051,090 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 748,701 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,423,877 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 940,234 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 894,560 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,057,154 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,663,892 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,664,981 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 67,642 10/13/2020
5.0.0-rc.1.20451.13 38,804 9/14/2020
5.0.0-preview.8.20407.4 21,378 8/25/2020
5.0.0-preview.7.20365.15 9,621 7/21/2020
5.0.0-preview.6.20312.4 10,489 6/25/2020
5.0.0-preview.5.20278.2 3,017 6/10/2020
5.0.0-preview.4.20220.10 4,794 5/18/2020
5.0.0-preview.3.20181.2 4,875 4/23/2020
5.0.0-preview.2.20159.4 5,517 4/2/2020
5.0.0-preview.2.20120.8 4,520 3/16/2020
3.1.32 839,790 12/13/2022
3.1.31 51,222 11/8/2022
3.1.30 93,657 10/11/2022
3.1.29 40,660 9/13/2022
3.1.28 58,123 8/9/2022
3.1.27 81,111 7/12/2022
3.1.26 62,604 6/14/2022
3.1.25 165,286 5/10/2022
3.1.24 80,062 4/11/2022
3.1.23 199,060 3/8/2022
3.1.22 322,460 12/14/2021
3.1.21 202,656 11/7/2021
3.1.20 283,695 10/11/2021
3.1.19 269,182 9/14/2021
3.1.18 280,888 8/10/2021
3.1.17 236,277 7/13/2021
3.1.16 241,132 6/8/2021
3.1.15 470,253 5/11/2021
3.1.14 205,124 4/6/2021
3.1.13 2,487,014 3/9/2021
3.1.12 466,027 2/9/2021
3.1.11 597,334 1/12/2021
3.1.10 1,154,075 11/9/2020
3.1.9 1,271,316 10/13/2020
3.1.8 4,176,929 9/8/2020
3.1.7 1,232,371 8/11/2020
3.1.6 1,081,972 7/14/2020
3.1.5 1,667,322 6/9/2020
3.1.4 2,620,916 5/12/2020
3.1.3 7,857,954 3/24/2020
3.1.2 1,225,227 2/19/2020
3.1.1 1,412,575 1/14/2020
3.1.0 2,956,015 12/3/2019
3.1.0-preview3.19554.8 8,866 11/13/2019
3.1.0-preview2.19525.5 5,247 11/1/2019
3.1.0-preview1.19506.2 4,975 10/15/2019
3.0.3 14,566 2/19/2020
3.0.2 7,702 1/14/2020
3.0.1 212,973 11/18/2019
3.0.0 4,040,342 9/23/2019
3.0.0-rc1.19456.14 4,585 9/16/2019
3.0.0-preview9.19423.6 7,043 9/4/2019
3.0.0-preview8.19405.11 13,457 8/13/2019
3.0.0-preview7.19362.6 14,422 7/23/2019
3.0.0-preview6.19304.10 21,834 6/12/2019
3.0.0-preview5.19227.1 10,780 5/6/2019
3.0.0-preview4.19216.3 5,374 4/18/2019
3.0.0-preview3.19153.1 67,130 3/6/2019
3.0.0-preview.19074.3 11,842 1/29/2019
3.0.0-preview.18572.1 3,735 12/3/2018
2.3.0 3,893 1/14/2025
2.2.6 6,749,847 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,356,303 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 717,009 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 822,023 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,028,909 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,597,776 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,698 10/17/2018
2.2.0-preview2-35157 14,149 9/12/2018
2.2.0-preview1-35029 5,172 8/22/2018
2.1.14 868,319 11/18/2019
2.1.11 569,633 5/14/2019
2.1.8 1,084,304 2/12/2019
2.1.4 3,143,043 10/1/2018
2.1.3 1,346,172 9/11/2018
2.1.2 1,503,730 8/21/2018
2.1.1 1,960,405 6/18/2018
2.1.0 2,107,483 5/29/2018
2.1.0-rc1-final 21,971 5/6/2018
2.1.0-preview2-final 32,123 4/10/2018
2.1.0-preview1-final 11,706 2/26/2018
2.0.3 3,943,010 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,285,894 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,462,516 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,837,197 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,221 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 16,020,230 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.