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.1K)

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

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 10
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, 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.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
Version Downloads Last Updated
10.0.1 21,150 12/9/2025
10.0.0 447,694 11/11/2025
10.0.0-rc.2.25502.107 29,726 10/14/2025
10.0.0-rc.1.25451.107 29,648 9/9/2025
10.0.0-preview.7.25380.108 8,228 8/12/2025
10.0.0-preview.6.25358.103 3,767 7/15/2025
10.0.0-preview.5.25277.114 11,047 6/6/2025
10.0.0-preview.4.25258.110 4,734 5/12/2025
10.0.0-preview.3.25171.6 5,839 4/10/2025
10.0.0-preview.2.25163.8 3,220 3/18/2025
10.0.0-preview.1.25081.1 4,324 2/25/2025
9.0.11 246,971 11/11/2025
9.0.10 771,155 10/14/2025
9.0.9 1,240,669 9/9/2025
9.0.8 1,006,441 8/5/2025
9.0.7 794,528 7/8/2025
9.0.6 934,022 6/10/2025
9.0.5 1,027,653 5/13/2025
9.0.4 1,356,032 4/8/2025
9.0.3 1,016,799 3/11/2025
9.0.2 1,187,347 2/11/2025
9.0.1 980,096 1/14/2025
9.0.0 2,684,997 11/12/2024
9.0.0-rc.2.24474.1 40,362 10/8/2024
9.0.0-rc.1.24451.1 39,072 9/10/2024
9.0.0-preview.7.24405.3 10,097 8/13/2024
9.0.0-preview.6.24327.4 7,747 7/9/2024
9.0.0-preview.5.24306.3 8,131 6/11/2024
9.0.0-preview.4.24267.1 7,253 5/21/2024
9.0.0-preview.3.24172.4 16,868 4/11/2024
9.0.0-preview.2.24128.4 9,182 3/12/2024
9.0.0-preview.1.24081.2 7,715 2/13/2024
8.0.22 124,767 11/11/2025
8.0.21 209,911 10/14/2025
8.0.20 222,957 9/9/2025
8.0.19 344,239 8/5/2025
8.0.18 249,580 7/8/2025
8.0.17 459,246 6/10/2025
8.0.16 405,764 5/13/2025
8.0.15 493,845 4/8/2025
8.0.14 567,785 3/11/2025
8.0.13 703,392 2/11/2025
8.0.12 685,180 1/14/2025
8.0.11 3,091,207 11/12/2024
8.0.10 3,485,423 10/8/2024
8.0.8 4,406,788 8/13/2024
8.0.7 2,440,606 7/9/2024
8.0.6 2,600,984 5/28/2024
8.0.5 921,482 5/14/2024
8.0.4 2,432,208 4/9/2024
8.0.3 1,570,027 3/12/2024
8.0.2 2,123,280 2/13/2024
8.0.1 2,071,333 1/9/2024
8.0.0 3,484,077 11/14/2023
8.0.0-rc.2.23480.1 44,720 10/10/2023
8.0.0-rc.1.23419.6 34,505 9/12/2023
8.0.0-preview.7.23375.4 17,078 8/8/2023
8.0.0-preview.6.23329.4 23,308 7/11/2023
8.0.0-preview.5.23280.1 39,240 6/13/2023
8.0.0-preview.4.23259.3 20,048 5/16/2023
8.0.0-preview.3.23174.2 17,615 4/11/2023
8.0.0-preview.2.23128.3 12,602 3/14/2023
8.0.0-preview.1.23111.4 12,028 2/21/2023
7.0.20 553,745 5/28/2024
7.0.19 80,721 5/14/2024
7.0.18 243,215 4/9/2024
7.0.17 161,914 3/12/2024
7.0.16 255,444 2/13/2024
7.0.15 402,921 1/9/2024
7.0.14 782,268 11/14/2023
7.0.13 666,160 10/24/2023
7.0.12 525,051 10/10/2023
7.0.11 2,551,114 9/12/2023
7.0.10 1,224,525 8/8/2023
7.0.9 868,970 7/11/2023
7.0.8 548,181 6/22/2023
7.0.7 569,724 6/13/2023
7.0.5 2,349,653 4/11/2023
7.0.4 1,311,939 3/14/2023
7.0.3 1,151,188 2/14/2023
7.0.2 1,436,327 1/10/2023
7.0.1 1,374,166 12/13/2022
7.0.0 1,817,774 11/7/2022
7.0.0-rc.2.22472.11 22,810 10/11/2022
7.0.0-rc.1.22426.7 27,066 9/14/2022
7.0.0-preview.7.22376.2 11,749 8/9/2022
7.0.0-preview.6.22329.4 21,245 7/12/2022
7.0.0-preview.5.22302.2 6,942 6/14/2022
7.0.0-preview.4.22229.2 12,898 5/10/2022
7.0.0-preview.3.22175.1 5,513 4/13/2022
7.0.0-preview.2.22153.1 6,804 3/14/2022
7.0.0-preview.1.22076.6 8,883 2/17/2022
6.0.36 409,621 11/12/2024
6.0.35 215,124 10/8/2024
6.0.33 232,726 8/13/2024
6.0.32 134,773 7/9/2024
6.0.31 135,431 5/28/2024
6.0.30 54,505 5/14/2024
6.0.29 311,205 4/9/2024
6.0.28 179,027 3/12/2024
6.0.27 203,272 2/13/2024
6.0.26 283,671 1/9/2024
6.0.25 476,545 11/14/2023
6.0.24 522,529 10/24/2023
6.0.23 204,171 10/10/2023
6.0.22 237,768 9/12/2023
6.0.21 383,108 8/8/2023
6.0.20 234,138 7/11/2023
6.0.19 233,036 6/22/2023
6.0.18 131,274 6/13/2023
6.0.16 724,115 4/11/2023
6.0.15 497,523 3/14/2023
6.0.14 482,141 2/14/2023
6.0.13 759,501 1/10/2023
6.0.12 584,195 12/13/2022
6.0.11 1,119,335 11/7/2022
6.0.10 1,721,441 10/11/2022
6.0.9 1,494,019 9/13/2022
6.0.8 1,680,056 8/9/2022
6.0.7 10,584,032 7/12/2022
6.0.6 1,530,159 6/14/2022
6.0.5 2,474,540 5/10/2022
6.0.4 1,769,900 4/11/2022
6.0.3 1,362,782 3/8/2022
6.0.2 4,059,172 2/8/2022
6.0.1 2,702,315 12/14/2021
6.0.0 6,378,830 11/8/2021
6.0.0-rc.2.21480.5 20,877 10/12/2021
6.0.0-rc.1.21452.10 27,445 9/14/2021
6.0.0-preview.7.21378.4 12,616 8/10/2021
6.0.0-preview.6.21352.1 5,755 7/14/2021
6.0.0-preview.5.21301.9 8,858 6/15/2021
6.0.0-preview.4.21253.1 9,408 5/24/2021
6.0.0-preview.3.21201.2 10,852 4/8/2021
6.0.0-preview.2.21154.2 6,878 3/11/2021
6.0.0-preview.1.21102.2 12,368 2/12/2021
5.0.17 786,367 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 115,206 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 253,796 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 374,327 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 493,770 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 442,962 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 825,294 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 845,296 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,104,005 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,473,186 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,062,336 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 747,040 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,500,643 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 938,345 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 901,371 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,034,723 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,741,942 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,744,068 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 68,323 10/13/2020
5.0.0-rc.1.20451.13 39,924 9/14/2020
5.0.0-preview.8.20407.4 21,904 8/25/2020
5.0.0-preview.7.20365.15 9,988 7/21/2020
5.0.0-preview.6.20312.4 10,915 6/25/2020
5.0.0-preview.5.20278.2 3,213 6/10/2020
5.0.0-preview.4.20220.10 5,106 5/18/2020
5.0.0-preview.3.20181.2 5,252 4/23/2020
5.0.0-preview.2.20159.4 5,923 4/2/2020
5.0.0-preview.2.20120.8 4,904 3/16/2020
3.1.32 1,026,457 12/13/2022
3.1.31 63,861 11/8/2022
3.1.30 107,488 10/11/2022
3.1.29 50,058 9/13/2022
3.1.28 54,018 8/9/2022
3.1.27 81,512 7/12/2022
3.1.26 72,160 6/14/2022
3.1.25 181,588 5/10/2022
3.1.24 88,533 4/11/2022
3.1.23 209,380 3/8/2022
3.1.22 328,885 12/14/2021
3.1.21 211,529 11/7/2021
3.1.20 292,494 10/11/2021
3.1.19 283,436 9/14/2021
3.1.18 293,013 8/10/2021
3.1.17 243,557 7/13/2021
3.1.16 238,443 6/8/2021
3.1.15 517,078 5/11/2021
3.1.14 219,040 4/6/2021
3.1.13 2,551,725 3/9/2021
3.1.12 473,486 2/9/2021
3.1.11 540,343 1/12/2021
3.1.10 1,173,779 11/9/2020
3.1.9 1,291,850 10/13/2020
3.1.8 4,242,065 9/8/2020
3.1.7 1,218,659 8/11/2020
3.1.6 1,040,838 7/14/2020
3.1.5 1,669,300 6/9/2020
3.1.4 2,671,997 5/12/2020
3.1.3 8,037,472 3/24/2020
3.1.2 1,226,472 2/19/2020
3.1.1 1,379,081 1/14/2020
3.1.0 2,996,660 12/3/2019
3.1.0-preview3.19554.8 9,522 11/13/2019
3.1.0-preview2.19525.5 5,810 11/1/2019
3.1.0-preview1.19506.2 5,214 10/15/2019
3.0.3 24,503 2/19/2020
3.0.2 17,720 1/14/2020
3.0.1 227,856 11/18/2019
3.0.0 4,114,415 9/23/2019
3.0.0-rc1.19456.14 4,963 9/16/2019
3.0.0-preview9.19423.6 7,442 9/4/2019
3.0.0-preview8.19405.11 15,105 8/13/2019
3.0.0-preview7.19362.6 15,772 7/23/2019
3.0.0-preview6.19304.10 23,140 6/12/2019
3.0.0-preview5.19227.1 11,595 5/6/2019
3.0.0-preview4.19216.3 5,781 4/18/2019
3.0.0-preview3.19153.1 67,760 3/6/2019
3.0.0-preview.19074.3 12,337 1/29/2019
3.0.0-preview.18572.1 4,135 12/3/2018
2.3.0 15,612 1/14/2025
2.2.6 6,757,704 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,410,255 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 724,091 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 826,928 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,046,188 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,690,941 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,133 10/17/2018
2.2.0-preview2-35157 13,721 9/12/2018
2.2.0-preview1-35029 4,974 8/22/2018
2.1.14 901,379 11/18/2019
2.1.11 597,764 5/14/2019
2.1.8 1,177,434 2/12/2019
2.1.4 3,141,977 10/1/2018
2.1.3 1,366,653 9/11/2018
2.1.2 1,531,642 8/21/2018
2.1.1 2,044,047 6/18/2018
2.1.0 2,147,458 5/29/2018
2.1.0-rc1-final 22,364 5/6/2018
2.1.0-preview2-final 32,287 4/10/2018
2.1.0-preview1-final 11,590 2/26/2018
2.0.3 3,981,824 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,364,625 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,395,589 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,931,817 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,666 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,416 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 428,943 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 53,974 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 13,385 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 29,135 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 218,805 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 191,383 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 217,656 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 6,326 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 12,902 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 10,439 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 12,425 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 77,554 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 24,348 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 187,535 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 228,224 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 14,645 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.