Microsoft.EntityFrameworkCore.Sqlite 5.0.8

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

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

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

Umbraco.Cms.Persistence.EFCore

Adds support for Entity Framework Core to Umbraco CMS.

EfCore.TestSupport

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

GitHub repositories (495)

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.
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
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.
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.
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
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
DearVa/Everywhere
Context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating multiple LLMs and MCP tools.
rmcrackan/Libation
Libation: Liberate your Library
Version Downloads Last Updated
10.0.2 157,461 1/13/2026
10.0.1 502,516 12/9/2025
10.0.0 840,194 11/11/2025
10.0.0-rc.2.25502.107 31,157 10/14/2025
10.0.0-rc.1.25451.107 30,380 9/9/2025
10.0.0-preview.7.25380.108 8,917 8/12/2025
10.0.0-preview.6.25358.103 3,915 7/15/2025
10.0.0-preview.5.25277.114 11,408 6/6/2025
10.0.0-preview.4.25258.110 5,538 5/12/2025
10.0.0-preview.3.25171.6 5,960 4/10/2025
10.0.0-preview.2.25163.8 3,666 3/18/2025
10.0.0-preview.1.25081.1 4,599 2/25/2025
9.0.12 44,082 1/13/2026
9.0.11 549,307 11/11/2025
9.0.10 945,060 10/14/2025
9.0.9 1,431,056 9/9/2025
9.0.8 1,131,726 8/5/2025
9.0.7 862,514 7/8/2025
9.0.6 1,018,495 6/10/2025
9.0.5 1,111,242 5/13/2025
9.0.4 1,467,449 4/8/2025
9.0.3 1,068,118 3/11/2025
9.0.2 1,252,786 2/11/2025
9.0.1 1,041,859 1/14/2025
9.0.0 2,900,665 11/12/2024
9.0.0-rc.2.24474.1 41,085 10/8/2024
9.0.0-rc.1.24451.1 39,611 9/10/2024
9.0.0-preview.7.24405.3 10,321 8/13/2024
9.0.0-preview.6.24327.4 8,001 7/9/2024
9.0.0-preview.5.24306.3 8,529 6/11/2024
9.0.0-preview.4.24267.1 7,542 5/21/2024
9.0.0-preview.3.24172.4 17,414 4/11/2024
9.0.0-preview.2.24128.4 9,498 3/12/2024
9.0.0-preview.1.24081.2 8,130 2/13/2024
8.0.23 30,783 1/13/2026
8.0.22 348,021 11/11/2025
8.0.21 295,511 10/14/2025
8.0.20 267,485 9/9/2025
8.0.19 386,920 8/5/2025
8.0.18 308,302 7/8/2025
8.0.17 507,482 6/10/2025
8.0.16 449,079 5/13/2025
8.0.15 534,990 4/8/2025
8.0.14 618,917 3/11/2025
8.0.13 765,307 2/11/2025
8.0.12 743,788 1/14/2025
8.0.11 3,357,218 11/12/2024
8.0.10 3,673,883 10/8/2024
8.0.8 4,676,237 8/13/2024
8.0.7 2,522,276 7/9/2024
8.0.6 2,676,798 5/28/2024
8.0.5 958,009 5/14/2024
8.0.4 2,523,761 4/9/2024
8.0.3 1,617,849 3/12/2024
8.0.2 2,195,321 2/13/2024
8.0.1 2,121,241 1/9/2024
8.0.0 3,740,183 11/14/2023
8.0.0-rc.2.23480.1 45,120 10/10/2023
8.0.0-rc.1.23419.6 34,674 9/12/2023
8.0.0-preview.7.23375.4 17,195 8/8/2023
8.0.0-preview.6.23329.4 23,406 7/11/2023
8.0.0-preview.5.23280.1 39,974 6/13/2023
8.0.0-preview.4.23259.3 20,681 5/16/2023
8.0.0-preview.3.23174.2 17,749 4/11/2023
8.0.0-preview.2.23128.3 12,700 3/14/2023
8.0.0-preview.1.23111.4 12,099 2/21/2023
7.0.20 599,223 5/28/2024
7.0.19 88,933 5/14/2024
7.0.18 254,119 4/9/2024
7.0.17 176,799 3/12/2024
7.0.16 266,830 2/13/2024
7.0.15 416,058 1/9/2024
7.0.14 796,597 11/14/2023
7.0.13 676,216 10/24/2023
7.0.12 536,041 10/10/2023
7.0.11 2,669,625 9/12/2023
7.0.10 1,242,052 8/8/2023
7.0.9 886,419 7/11/2023
7.0.8 558,576 6/22/2023
7.0.7 580,130 6/13/2023
7.0.5 2,377,363 4/11/2023
7.0.4 1,328,459 3/14/2023
7.0.3 1,163,926 2/14/2023
7.0.2 1,450,072 1/10/2023
7.0.1 1,395,765 12/13/2022
7.0.0 1,848,260 11/7/2022
7.0.0-rc.2.22472.11 22,941 10/11/2022
7.0.0-rc.1.22426.7 27,592 9/14/2022
7.0.0-preview.7.22376.2 11,819 8/9/2022
7.0.0-preview.6.22329.4 21,419 7/12/2022
7.0.0-preview.5.22302.2 7,014 6/14/2022
7.0.0-preview.4.22229.2 12,974 5/10/2022
7.0.0-preview.3.22175.1 5,585 4/13/2022
7.0.0-preview.2.22153.1 6,922 3/14/2022
7.0.0-preview.1.22076.6 8,956 2/17/2022
6.0.36 456,117 11/12/2024
6.0.35 238,058 10/8/2024
6.0.33 254,551 8/13/2024
6.0.32 147,877 7/9/2024
6.0.31 144,225 5/28/2024
6.0.30 61,580 5/14/2024
6.0.29 327,461 4/9/2024
6.0.28 188,072 3/12/2024
6.0.27 213,773 2/13/2024
6.0.26 293,952 1/9/2024
6.0.25 490,731 11/14/2023
6.0.24 530,318 10/24/2023
6.0.23 212,474 10/10/2023
6.0.22 245,808 9/12/2023
6.0.21 392,936 8/8/2023
6.0.20 242,104 7/11/2023
6.0.19 240,847 6/22/2023
6.0.18 138,903 6/13/2023
6.0.16 736,782 4/11/2023
6.0.15 506,446 3/14/2023
6.0.14 492,903 2/14/2023
6.0.13 769,281 1/10/2023
6.0.12 595,942 12/13/2022
6.0.11 1,132,105 11/7/2022
6.0.10 1,741,435 10/11/2022
6.0.9 1,508,107 9/13/2022
6.0.8 1,694,240 8/9/2022
6.0.7 10,704,380 7/12/2022
6.0.6 1,543,250 6/14/2022
6.0.5 2,491,305 5/10/2022
6.0.4 1,787,699 4/11/2022
6.0.3 1,374,548 3/8/2022
6.0.2 4,087,379 2/8/2022
6.0.1 2,723,986 12/14/2021
6.0.0 6,452,659 11/8/2021
6.0.0-rc.2.21480.5 20,943 10/12/2021
6.0.0-rc.1.21452.10 27,526 9/14/2021
6.0.0-preview.7.21378.4 12,690 8/10/2021
6.0.0-preview.6.21352.1 5,823 7/14/2021
6.0.0-preview.5.21301.9 8,926 6/15/2021
6.0.0-preview.4.21253.1 9,470 5/24/2021
6.0.0-preview.3.21201.2 10,917 4/8/2021
6.0.0-preview.2.21154.2 6,948 3/11/2021
6.0.0-preview.1.21102.2 12,495 2/12/2021
5.0.17 799,863 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 121,960 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 261,645 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 381,445 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 502,261 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 450,182 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 834,425 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 856,733 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,113,869 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,503,839 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,075,345 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 756,082 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,518,618 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 949,658 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 909,687 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,043,420 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,771,618 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,772,526 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 68,524 10/13/2020
5.0.0-rc.1.20451.13 40,054 9/14/2020
5.0.0-preview.8.20407.4 21,977 8/25/2020
5.0.0-preview.7.20365.15 10,055 7/21/2020
5.0.0-preview.6.20312.4 11,019 6/25/2020
5.0.0-preview.5.20278.2 3,285 6/10/2020
5.0.0-preview.4.20220.10 5,173 5/18/2020
5.0.0-preview.3.20181.2 5,327 4/23/2020
5.0.0-preview.2.20159.4 6,054 4/2/2020
5.0.0-preview.2.20120.8 4,979 3/16/2020
3.1.32 1,099,859 12/13/2022
3.1.31 71,010 11/8/2022
3.1.30 115,013 10/11/2022
3.1.29 56,713 9/13/2022
3.1.28 60,719 8/9/2022
3.1.27 88,368 7/12/2022
3.1.26 78,841 6/14/2022
3.1.25 190,676 5/10/2022
3.1.24 95,669 4/11/2022
3.1.23 217,177 3/8/2022
3.1.22 337,557 12/14/2021
3.1.21 218,802 11/7/2021
3.1.20 300,279 10/11/2021
3.1.19 291,956 9/14/2021
3.1.18 300,690 8/10/2021
3.1.17 251,263 7/13/2021
3.1.16 245,853 6/8/2021
3.1.15 525,150 5/11/2021
3.1.14 227,965 4/6/2021
3.1.13 2,590,218 3/9/2021
3.1.12 480,760 2/9/2021
3.1.11 550,685 1/12/2021
3.1.10 1,183,186 11/9/2020
3.1.9 1,300,320 10/13/2020
3.1.8 4,262,651 9/8/2020
3.1.7 1,229,075 8/11/2020
3.1.6 1,049,386 7/14/2020
3.1.5 1,679,129 6/9/2020
3.1.4 2,692,546 5/12/2020
3.1.3 8,104,639 3/24/2020
3.1.2 1,234,510 2/19/2020
3.1.1 1,389,830 1/14/2020
3.1.0 3,009,612 12/3/2019
3.1.0-preview3.19554.8 9,594 11/13/2019
3.1.0-preview2.19525.5 5,882 11/1/2019
3.1.0-preview1.19506.2 5,282 10/15/2019
3.0.3 31,023 2/19/2020
3.0.2 24,240 1/14/2020
3.0.1 234,566 11/18/2019
3.0.0 4,139,428 9/23/2019
3.0.0-rc1.19456.14 5,032 9/16/2019
3.0.0-preview9.19423.6 7,509 9/4/2019
3.0.0-preview8.19405.11 15,175 8/13/2019
3.0.0-preview7.19362.6 15,843 7/23/2019
3.0.0-preview6.19304.10 23,211 6/12/2019
3.0.0-preview5.19227.1 11,670 5/6/2019
3.0.0-preview4.19216.3 5,854 4/18/2019
3.0.0-preview3.19153.1 67,895 3/6/2019
3.0.0-preview.19074.3 12,422 1/29/2019
3.0.0-preview.18572.1 4,208 12/3/2018
2.3.0 22,718 1/14/2025
2.2.6 6,789,697 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,420,544 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 731,621 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 834,603 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,053,967 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,717,225 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,199 10/17/2018
2.2.0-preview2-35157 13,831 9/12/2018
2.2.0-preview1-35029 5,091 8/22/2018
2.1.14 910,909 11/18/2019
2.1.11 606,181 5/14/2019
2.1.8 1,207,278 2/12/2019
2.1.4 3,152,470 10/1/2018
2.1.3 1,374,866 9/11/2018
2.1.2 1,542,252 8/21/2018
2.1.1 2,063,616 6/18/2018
2.1.0 2,158,637 5/29/2018
2.1.0-rc1-final 22,525 5/6/2018
2.1.0-preview2-final 32,462 4/10/2018
2.1.0-preview1-final 11,747 2/26/2018
2.0.3 4,007,275 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,393,672 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,416,366 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,962,513 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 57,009 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,572 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 458,465 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 61,298 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 19,864 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 35,614 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 226,020 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 198,106 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 224,167 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 6,367 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 19,373 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 16,911 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 18,898 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 84,049 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 30,822 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 194,009 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 237,124 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 14,694 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.