Microsoft.EntityFrameworkCore.Sqlite.Core 5.0.0-preview.2.20120.8

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 5.0.0-preview.2.20120.8
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite.Core -Version 5.0.0-preview.2.20120.8
                    
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="5.0.0-preview.2.20120.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="5.0.0-preview.2.20120.8" />
                    
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 5.0.0-preview.2.20120.8
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite.Core, 5.0.0-preview.2.20120.8"
                    
#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@5.0.0-preview.2.20120.8
                    
#: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=5.0.0-preview.2.20120.8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=5.0.0-preview.2.20120.8&prerelease
                    
Install as a Cake Tool

SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.

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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (95)

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

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.
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
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
LANCommander/LANCommander
b4rtik/RedPeanut
RedPeanut is a small RAT developed in .Net Core 2 and its agent in .Net 3.5 / 4.0.
Idered/snatch
📋 Beautiful clipboard manager for Windows
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.2 0 1/13/2026
10.0.1 345,907 12/9/2025
10.0.0 681,781 11/11/2025
10.0.0-rc.2.25502.107 42,089 10/14/2025
10.0.0-rc.1.25451.107 53,054 9/9/2025
10.0.0-preview.7.25380.108 25,535 8/12/2025
10.0.0-preview.6.25358.103 3,627 7/15/2025
10.0.0-preview.5.25277.114 10,131 6/6/2025
10.0.0-preview.4.25258.110 3,895 5/12/2025
10.0.0-preview.3.25171.6 4,064 4/10/2025
10.0.0-preview.2.25163.8 1,749 3/18/2025
10.0.0-preview.1.25081.1 2,668 2/25/2025
9.0.12 0 1/13/2026
9.0.11 488,433 11/11/2025
9.0.10 926,516 10/14/2025
9.0.9 1,588,381 9/9/2025
9.0.8 1,144,559 8/5/2025
9.0.7 831,168 7/8/2025
9.0.6 1,006,509 6/10/2025
9.0.5 1,083,706 5/13/2025
9.0.4 1,434,901 4/8/2025
9.0.3 1,055,219 3/11/2025
9.0.2 2,246,865 2/11/2025
9.0.1 2,113,157 1/14/2025
9.0.0 3,216,760 11/12/2024
9.0.0-rc.2.24474.1 42,151 10/8/2024
9.0.0-rc.1.24451.1 40,985 9/10/2024
9.0.0-preview.7.24405.3 10,204 8/13/2024
9.0.0-preview.6.24327.4 9,027 7/9/2024
9.0.0-preview.5.24306.3 8,234 6/11/2024
9.0.0-preview.4.24267.1 7,259 5/21/2024
9.0.0-preview.3.24172.4 16,974 4/11/2024
9.0.0-preview.2.24128.4 9,150 3/12/2024
9.0.0-preview.1.24081.2 33,864 2/13/2024
8.0.23 0 1/13/2026
8.0.22 286,229 11/11/2025
8.0.21 258,457 10/14/2025
8.0.20 244,054 9/9/2025
8.0.19 367,230 8/5/2025
8.0.18 273,673 7/8/2025
8.0.17 483,088 6/10/2025
8.0.16 418,001 5/13/2025
8.0.15 557,883 4/8/2025
8.0.14 588,321 3/11/2025
8.0.13 1,693,076 2/11/2025
8.0.12 711,182 1/14/2025
8.0.11 4,466,100 11/12/2024
8.0.10 3,693,979 10/8/2024
8.0.8 6,865,583 8/13/2024
8.0.7 3,519,683 7/9/2024
8.0.6 2,679,708 5/28/2024
8.0.5 2,822,944 5/14/2024
8.0.4 3,337,154 4/9/2024
8.0.3 1,616,127 3/12/2024
8.0.2 3,386,489 2/13/2024
8.0.1 2,113,595 1/9/2024
8.0.0 7,246,840 11/14/2023
8.0.0-rc.2.23480.1 52,464 10/10/2023
8.0.0-rc.1.23419.6 88,557 9/12/2023
8.0.0-preview.7.23375.4 17,064 8/8/2023
8.0.0-preview.6.23329.4 23,390 7/11/2023
8.0.0-preview.5.23280.1 40,064 6/13/2023
8.0.0-preview.4.23259.3 20,521 5/16/2023
8.0.0-preview.3.23174.2 17,924 4/11/2023
8.0.0-preview.2.23128.3 12,488 3/14/2023
8.0.0-preview.1.23111.4 11,961 2/21/2023
7.0.20 584,925 5/28/2024
7.0.19 71,971 5/14/2024
7.0.18 268,337 4/9/2024
7.0.17 167,182 3/12/2024
7.0.16 257,879 2/13/2024
7.0.15 578,120 1/9/2024
7.0.14 798,257 11/14/2023
7.0.13 683,123 10/24/2023
7.0.12 541,955 10/10/2023
7.0.11 2,659,301 9/12/2023
7.0.10 2,933,670 8/8/2023
7.0.9 1,106,085 7/11/2023
7.0.8 826,987 6/22/2023
7.0.7 570,765 6/13/2023
7.0.5 4,155,020 4/11/2023
7.0.4 1,695,165 3/14/2023
7.0.3 1,181,279 2/14/2023
7.0.2 2,375,201 1/10/2023
7.0.1 1,397,585 12/13/2022
7.0.0 1,871,805 11/7/2022
7.0.0-rc.2.22472.11 24,354 10/11/2022
7.0.0-rc.1.22426.7 28,611 9/14/2022
7.0.0-preview.7.22376.2 12,203 8/9/2022
7.0.0-preview.6.22329.4 21,067 7/12/2022
7.0.0-preview.5.22302.2 6,646 6/14/2022
7.0.0-preview.4.22229.2 12,564 5/10/2022
7.0.0-preview.3.22175.1 5,219 4/13/2022
7.0.0-preview.2.22153.1 6,520 3/14/2022
7.0.0-preview.1.22076.6 8,575 2/17/2022
6.0.36 441,081 11/12/2024
6.0.35 217,865 10/8/2024
6.0.33 1,259,297 8/13/2024
6.0.32 133,326 7/9/2024
6.0.31 129,721 5/28/2024
6.0.30 45,029 5/14/2024
6.0.29 309,298 4/9/2024
6.0.28 174,370 3/12/2024
6.0.27 198,961 2/13/2024
6.0.26 291,645 1/9/2024
6.0.25 479,838 11/14/2023
6.0.24 521,472 10/24/2023
6.0.23 204,567 10/10/2023
6.0.22 241,311 9/12/2023
6.0.21 651,586 8/8/2023
6.0.20 229,488 7/11/2023
6.0.19 1,461,023 6/22/2023
6.0.18 124,763 6/13/2023
6.0.16 1,031,508 4/11/2023
6.0.15 497,660 3/14/2023
6.0.14 480,432 2/14/2023
6.0.13 1,301,252 1/10/2023
6.0.12 602,186 12/13/2022
6.0.11 2,199,398 11/7/2022
6.0.10 1,818,286 10/11/2022
6.0.9 1,641,080 9/13/2022
6.0.8 1,728,115 8/9/2022
6.0.7 15,050,391 7/12/2022
6.0.6 2,325,601 6/14/2022
6.0.5 3,447,803 5/10/2022
6.0.4 1,852,118 4/11/2022
6.0.3 1,381,670 3/8/2022
6.0.2 4,094,314 2/8/2022
6.0.1 2,788,187 12/14/2021
6.0.0 13,157,981 11/8/2021
6.0.0-rc.2.21480.5 22,883 10/12/2021
6.0.0-rc.1.21452.10 27,018 9/14/2021
6.0.0-preview.7.21378.4 11,798 8/10/2021
6.0.0-preview.6.21352.1 5,191 7/14/2021
6.0.0-preview.5.21301.9 8,678 6/15/2021
6.0.0-preview.4.21253.1 10,449 5/24/2021
6.0.0-preview.3.21201.2 10,352 4/8/2021
6.0.0-preview.2.21154.2 6,269 3/11/2021
6.0.0-preview.1.21102.2 11,591 2/12/2021
5.0.17 852,422 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 108,897 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 250,726 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 373,987 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 495,073 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 446,387 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 857,252 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 844,631 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,111,608 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,600,803 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,079,245 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 762,254 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,536,181 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 959,393 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 908,707 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,068,808 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,763,388 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,767,111 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 68,341 10/13/2020
5.0.0-rc.1.20451.13 39,165 9/14/2020
5.0.0-preview.8.20407.4 21,510 8/25/2020
5.0.0-preview.7.20365.15 9,746 7/21/2020
5.0.0-preview.6.20312.4 10,659 6/25/2020
5.0.0-preview.5.20278.2 3,142 6/10/2020
5.0.0-preview.4.20220.10 4,912 5/18/2020
5.0.0-preview.3.20181.2 4,995 4/23/2020
5.0.0-preview.2.20159.4 5,745 4/2/2020
5.0.0-preview.2.20120.8 4,654 3/16/2020
3.1.32 1,095,178 12/13/2022
3.1.31 57,990 11/8/2022
3.1.30 101,681 10/11/2022
3.1.29 44,924 9/13/2022
3.1.28 62,268 8/9/2022
3.1.27 88,039 7/12/2022
3.1.26 66,986 6/14/2022
3.1.25 178,844 5/10/2022
3.1.24 85,461 4/11/2022
3.1.23 206,779 3/8/2022
3.1.22 333,424 12/14/2021
3.1.21 208,988 11/7/2021
3.1.20 291,549 10/11/2021
3.1.19 279,249 9/14/2021
3.1.18 293,834 8/10/2021
3.1.17 243,654 7/13/2021
3.1.16 248,583 6/8/2021
3.1.15 499,613 5/11/2021
3.1.14 216,782 4/6/2021
3.1.13 2,610,485 3/9/2021
3.1.12 472,565 2/9/2021
3.1.11 616,805 1/12/2021
3.1.10 1,172,276 11/9/2020
3.1.9 1,291,460 10/13/2020
3.1.8 4,239,209 9/8/2020
3.1.7 1,252,402 8/11/2020
3.1.6 1,100,513 7/14/2020
3.1.5 1,687,243 6/9/2020
3.1.4 2,676,435 5/12/2020
3.1.3 8,068,736 3/24/2020
3.1.2 1,238,085 2/19/2020
3.1.1 1,432,056 1/14/2020
3.1.0 2,996,218 12/3/2019
3.1.0-preview3.19554.8 9,304 11/13/2019
3.1.0-preview2.19525.5 5,366 11/1/2019
3.1.0-preview1.19506.2 5,085 10/15/2019
3.0.3 17,971 2/19/2020
3.0.2 11,047 1/14/2020
3.0.1 219,254 11/18/2019
3.0.0 4,114,704 9/23/2019
3.0.0-rc1.19456.14 4,702 9/16/2019
3.0.0-preview9.19423.6 7,164 9/4/2019
3.0.0-preview8.19405.11 14,110 8/13/2019
3.0.0-preview7.19362.6 14,900 7/23/2019
3.0.0-preview6.19304.10 22,600 6/12/2019
3.0.0-preview5.19227.1 10,915 5/6/2019
3.0.0-preview4.19216.3 5,496 4/18/2019
3.0.0-preview3.19153.1 67,452 3/6/2019
3.0.0-preview.19074.3 12,018 1/29/2019
3.0.0-preview.18572.1 3,848 12/3/2018
2.3.0 9,145 1/14/2025
2.2.6 6,876,618 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,395,903 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 725,976 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 833,949 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,042,183 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,688,618 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,950 10/17/2018
2.2.0-preview2-35157 14,394 9/12/2018
2.2.0-preview1-35029 5,402 8/22/2018
2.1.14 886,663 11/18/2019
2.1.11 577,745 5/14/2019
2.1.8 1,171,700 2/12/2019
2.1.4 3,175,605 10/1/2018
2.1.3 1,357,632 9/11/2018
2.1.2 1,523,369 8/21/2018
2.1.1 2,021,456 6/18/2018
2.1.0 2,129,927 5/29/2018
2.1.0-rc1-final 22,551 5/6/2018
2.1.0-preview2-final 32,480 4/10/2018
2.1.0-preview1-final 12,076 2/26/2018
2.0.3 4,010,669 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,374,407 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,559,837 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,946,181 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,243 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 16,586,012 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.