Microsoft.EntityFrameworkCore.Sqlite 2.2.0-preview1-35029

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Sqlite.
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 --version 2.2.0-preview1-35029
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite -Version 2.2.0-preview1-35029
                    
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" Version="2.2.0-preview1-35029" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.0-preview1-35029" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
                    
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 --version 2.2.0-preview1-35029
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite, 2.2.0-preview1-35029"
                    
#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@2.2.0-preview1-35029
                    
#: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&version=2.2.0-preview1-35029&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite&version=2.2.0-preview1-35029&prerelease
                    
Install as a Cake Tool

SQLite database provider for Entity Framework Core.
This package was built from the source at:
https://github.com/aspnet/EntityFramework.git/tree/50b2296dfa89108dc7a5fcfea9537d978994f456

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 (1.0K)

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

Package Downloads
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.

Volo.Abp.EntityFrameworkCore.Sqlite

Package Description

Umbraco.Cms.Persistence.EFCore

Adds support for Entity Framework Core to Umbraco CMS.

Umbraco.Cms.Persistence.EFCore.Sqlite

Adds support for Entity Framework Core SQLite migrations to Umbraco CMS.

EfCore.TestSupport

Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.

GitHub repositories (472)

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

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 RC 1, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
graphql-dotnet/graphql-dotnet
GraphQL for .NET
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
DGP-Studio/Snap.Hutao
实用的开源多功能原神工具箱 🧰 / Multifunctional Open-source Genshin Impact Toolkit 🧰
Version Downloads Last Updated
10.0.0-rc.2.25502.107 3,181 10/14/2025
10.0.0-rc.1.25451.107 24,282 9/9/2025
10.0.0-preview.7.25380.108 7,925 8/12/2025
10.0.0-preview.6.25358.103 3,609 7/15/2025
10.0.0-preview.5.25277.114 10,783 6/6/2025
10.0.0-preview.4.25258.110 3,877 5/12/2025
10.0.0-preview.3.25171.6 5,717 4/10/2025
10.0.0-preview.2.25163.8 3,099 3/18/2025
10.0.0-preview.1.25081.1 4,134 2/25/2025
9.0.10 48,952 10/14/2025
9.0.9 717,647 9/9/2025
9.0.8 782,288 8/5/2025
9.0.7 673,031 7/8/2025
9.0.6 780,452 6/10/2025
9.0.5 890,433 5/13/2025
9.0.4 1,153,317 4/8/2025
9.0.3 922,582 3/11/2025
9.0.2 1,083,489 2/11/2025
9.0.1 886,727 1/14/2025
9.0.0 2,376,418 11/12/2024
9.0.0-rc.2.24474.1 39,281 10/8/2024
9.0.0-rc.1.24451.1 38,515 9/10/2024
9.0.0-preview.7.24405.3 9,834 8/13/2024
9.0.0-preview.6.24327.4 7,365 7/9/2024
9.0.0-preview.5.24306.3 7,614 6/11/2024
9.0.0-preview.4.24267.1 6,673 5/21/2024
9.0.0-preview.3.24172.4 15,431 4/11/2024
9.0.0-preview.2.24128.4 8,800 3/12/2024
9.0.0-preview.1.24081.2 7,269 2/13/2024
8.0.21 12,631 10/14/2025
8.0.20 141,149 9/9/2025
8.0.19 239,365 8/5/2025
8.0.18 180,391 7/8/2025
8.0.17 381,245 6/10/2025
8.0.16 335,443 5/13/2025
8.0.15 427,811 4/8/2025
8.0.14 487,372 3/11/2025
8.0.13 613,975 2/11/2025
8.0.12 600,051 1/14/2025
8.0.11 2,657,335 11/12/2024
8.0.10 3,187,926 10/8/2024
8.0.8 4,017,843 8/13/2024
8.0.7 2,313,017 7/9/2024
8.0.6 2,478,863 5/28/2024
8.0.5 865,619 5/14/2024
8.0.4 2,293,730 4/9/2024
8.0.3 1,496,156 3/12/2024
8.0.2 2,008,794 2/13/2024
8.0.1 2,007,105 1/9/2024
8.0.0 3,148,828 11/14/2023
8.0.0-rc.2.23480.1 44,197 10/10/2023
8.0.0-rc.1.23419.6 34,192 9/12/2023
8.0.0-preview.7.23375.4 16,919 8/8/2023
8.0.0-preview.6.23329.4 23,114 7/11/2023
8.0.0-preview.5.23280.1 38,442 6/13/2023
8.0.0-preview.4.23259.3 19,119 5/16/2023
8.0.0-preview.3.23174.2 17,357 4/11/2023
8.0.0-preview.2.23128.3 12,421 3/14/2023
8.0.0-preview.1.23111.4 11,913 2/21/2023
7.0.20 495,226 5/28/2024
7.0.19 76,112 5/14/2024
7.0.18 233,839 4/9/2024
7.0.17 146,680 3/12/2024
7.0.16 246,202 2/13/2024
7.0.15 390,441 1/9/2024
7.0.14 767,822 11/14/2023
7.0.13 657,937 10/24/2023
7.0.12 516,361 10/10/2023
7.0.11 2,359,130 9/12/2023
7.0.10 1,201,022 8/8/2023
7.0.9 851,248 7/11/2023
7.0.8 538,721 6/22/2023
7.0.7 561,806 6/13/2023
7.0.5 2,313,237 4/11/2023
7.0.4 1,296,320 3/14/2023
7.0.3 1,133,492 2/14/2023
7.0.2 1,414,737 1/10/2023
7.0.1 1,337,251 12/13/2022
7.0.0 1,771,968 11/7/2022
7.0.0-rc.2.22472.11 22,619 10/11/2022
7.0.0-rc.1.22426.7 26,621 9/14/2022
7.0.0-preview.7.22376.2 11,652 8/9/2022
7.0.0-preview.6.22329.4 20,942 7/12/2022
7.0.0-preview.5.22302.2 6,845 6/14/2022
7.0.0-preview.4.22229.2 12,794 5/10/2022
7.0.0-preview.3.22175.1 5,420 4/13/2022
7.0.0-preview.2.22153.1 6,662 3/14/2022
7.0.0-preview.1.22076.6 8,794 2/17/2022
6.0.36 342,869 11/12/2024
6.0.35 185,955 10/8/2024
6.0.33 206,898 8/13/2024
6.0.32 124,895 7/9/2024
6.0.31 129,352 5/28/2024
6.0.30 51,532 5/14/2024
6.0.29 291,393 4/9/2024
6.0.28 173,595 3/12/2024
6.0.27 194,926 2/13/2024
6.0.26 272,981 1/9/2024
6.0.25 465,070 11/14/2023
6.0.24 518,292 10/24/2023
6.0.23 199,678 10/10/2023
6.0.22 232,172 9/12/2023
6.0.21 376,106 8/8/2023
6.0.20 229,459 7/11/2023
6.0.19 229,252 6/22/2023
6.0.18 127,524 6/13/2023
6.0.16 711,678 4/11/2023
6.0.15 491,903 3/14/2023
6.0.14 475,139 2/14/2023
6.0.13 752,503 1/10/2023
6.0.12 574,926 12/13/2022
6.0.11 1,104,186 11/7/2022
6.0.10 1,695,942 10/11/2022
6.0.9 1,477,256 9/13/2022
6.0.8 1,665,942 8/9/2022
6.0.7 10,397,646 7/12/2022
6.0.6 1,518,949 6/14/2022
6.0.5 2,454,050 5/10/2022
6.0.4 1,751,205 4/11/2022
6.0.3 1,344,759 3/8/2022
6.0.2 4,009,575 2/8/2022
6.0.1 2,679,089 12/14/2021
6.0.0 6,274,236 11/8/2021
6.0.0-rc.2.21480.5 20,779 10/12/2021
6.0.0-rc.1.21452.10 27,318 9/14/2021
6.0.0-preview.7.21378.4 12,440 8/10/2021
6.0.0-preview.6.21352.1 5,647 7/14/2021
6.0.0-preview.5.21301.9 8,760 6/15/2021
6.0.0-preview.4.21253.1 9,308 5/24/2021
6.0.0-preview.3.21201.2 10,756 4/8/2021
6.0.0-preview.2.21154.2 6,779 3/11/2021
6.0.0-preview.1.21102.2 12,193 2/12/2021
5.0.17 773,441 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 112,908 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 249,734 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 370,677 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 488,686 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 440,092 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 819,937 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 832,326 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,096,844 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,433,482 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,048,728 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 741,697 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,476,241 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 930,189 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 895,912 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,030,085 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,700,006 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,695,149 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 68,007 10/13/2020
5.0.0-rc.1.20451.13 39,733 9/14/2020
5.0.0-preview.8.20407.4 21,795 8/25/2020
5.0.0-preview.7.20365.15 9,868 7/21/2020
5.0.0-preview.6.20312.4 10,791 6/25/2020
5.0.0-preview.5.20278.2 3,115 6/10/2020
5.0.0-preview.4.20220.10 5,005 5/18/2020
5.0.0-preview.3.20181.2 5,147 4/23/2020
5.0.0-preview.2.20159.4 5,762 4/2/2020
5.0.0-preview.2.20120.8 4,801 3/16/2020
3.1.32 903,223 12/13/2022
3.1.31 60,618 11/8/2022
3.1.30 103,591 10/11/2022
3.1.29 47,843 9/13/2022
3.1.28 51,943 8/9/2022
3.1.27 79,100 7/12/2022
3.1.26 70,113 6/14/2022
3.1.25 175,257 5/10/2022
3.1.24 85,660 4/11/2022
3.1.23 205,430 3/8/2022
3.1.22 324,165 12/14/2021
3.1.21 208,953 11/7/2021
3.1.20 288,794 10/11/2021
3.1.19 278,780 9/14/2021
3.1.18 289,046 8/10/2021
3.1.17 240,033 7/13/2021
3.1.16 234,763 6/8/2021
3.1.15 504,924 5/11/2021
3.1.14 213,085 4/6/2021
3.1.13 2,496,820 3/9/2021
3.1.12 470,364 2/9/2021
3.1.11 532,756 1/12/2021
3.1.10 1,165,971 11/9/2020
3.1.9 1,280,247 10/13/2020
3.1.8 4,216,704 9/8/2020
3.1.7 1,211,346 8/11/2020
3.1.6 1,035,334 7/14/2020
3.1.5 1,660,957 6/9/2020
3.1.4 2,646,354 5/12/2020
3.1.3 7,942,021 3/24/2020
3.1.2 1,221,858 2/19/2020
3.1.1 1,371,353 1/14/2020
3.1.0 2,979,485 12/3/2019
3.1.0-preview3.19554.8 9,362 11/13/2019
3.1.0-preview2.19525.5 5,714 11/1/2019
3.1.0-preview1.19506.2 5,119 10/15/2019
3.0.3 22,745 2/19/2020
3.0.2 15,975 1/14/2020
3.0.1 225,692 11/18/2019
3.0.0 4,086,436 9/23/2019
3.0.0-rc1.19456.14 4,867 9/16/2019
3.0.0-preview9.19423.6 7,335 9/4/2019
3.0.0-preview8.19405.11 14,823 8/13/2019
3.0.0-preview7.19362.6 15,547 7/23/2019
3.0.0-preview6.19304.10 22,848 6/12/2019
3.0.0-preview5.19227.1 11,498 5/6/2019
3.0.0-preview4.19216.3 5,674 4/18/2019
3.0.0-preview3.19153.1 67,586 3/6/2019
3.0.0-preview.19074.3 12,207 1/29/2019
3.0.0-preview.18572.1 4,032 12/3/2018
2.3.0 13,051 1/14/2025
2.2.6 6,709,813 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,385,036 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 720,197 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 822,554 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,041,879 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,646,883 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 12,987 10/17/2018
2.2.0-preview2-35157 13,554 9/12/2018
2.2.0-preview1-35029 4,810 8/22/2018
2.1.14 878,244 11/18/2019
2.1.11 577,491 5/14/2019
2.1.8 1,122,933 2/12/2019
2.1.4 3,113,485 10/1/2018
2.1.3 1,345,842 9/11/2018
2.1.2 1,507,412 8/21/2018
2.1.1 2,003,765 6/18/2018
2.1.0 2,122,342 5/29/2018
2.1.0-rc1-final 22,019 5/6/2018
2.1.0-preview2-final 31,983 4/10/2018
2.1.0-preview1-final 11,315 2/26/2018
2.0.3 3,953,917 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,327,704 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,369,518 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,880,456 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,181 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,160 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 395,468 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 50,426 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 11,554 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 27,314 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 216,076 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 189,065 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 215,703 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 6,234 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 11,066 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 8,622 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 10,609 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 75,387 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 22,527 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 185,711 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 221,358 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 14,556 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.