Microsoft.EntityFrameworkCore.Sqlite 1.1.0-preview1-final

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

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.
dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 1.1.0-preview1-final
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite -Version 1.1.0-preview1-final
                    
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="1.1.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="1.1.0-preview1-final" />
                    
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 1.1.0-preview1-final
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite, 1.1.0-preview1-final"
                    
#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@1.1.0-preview1-final
                    
#: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=1.1.0-preview1-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite&version=1.1.0-preview1-final&prerelease
                    
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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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

EfCore.TestSupport

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

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.

GitHub repositories (469)

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
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
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.
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.0-rc.1.25451.107 7,996 9/9/2025
10.0.0-preview.7.25380.108 6,737 8/12/2025
10.0.0-preview.6.25358.103 3,166 7/15/2025
10.0.0-preview.5.25277.114 10,443 6/6/2025
10.0.0-preview.4.25258.110 3,785 5/12/2025
10.0.0-preview.3.25171.6 5,666 4/10/2025
10.0.0-preview.2.25163.8 3,062 3/18/2025
10.0.0-preview.1.25081.1 4,074 2/25/2025
9.0.9 216,955 9/9/2025
9.0.8 629,459 8/5/2025
9.0.7 586,076 7/8/2025
9.0.6 690,202 6/10/2025
9.0.5 814,584 5/13/2025
9.0.4 1,044,447 4/8/2025
9.0.3 866,966 3/11/2025
9.0.2 1,020,618 2/11/2025
9.0.1 837,444 1/14/2025
9.0.0 2,232,803 11/12/2024
9.0.0-rc.2.24474.1 38,611 10/8/2024
9.0.0-rc.1.24451.1 38,202 9/10/2024
9.0.0-preview.7.24405.3 9,712 8/13/2024
9.0.0-preview.6.24327.4 7,246 7/9/2024
9.0.0-preview.5.24306.3 7,467 6/11/2024
9.0.0-preview.4.24267.1 6,579 5/21/2024
9.0.0-preview.3.24172.4 15,132 4/11/2024
9.0.0-preview.2.24128.4 8,683 3/12/2024
9.0.0-preview.1.24081.2 7,193 2/13/2024
8.0.20 40,057 9/9/2025
8.0.19 174,616 8/5/2025
8.0.18 138,192 7/8/2025
8.0.17 331,636 6/10/2025
8.0.16 289,814 5/13/2025
8.0.15 387,757 4/8/2025
8.0.14 441,208 3/11/2025
8.0.13 560,843 2/11/2025
8.0.12 552,657 1/14/2025
8.0.11 2,450,724 11/12/2024
8.0.10 3,032,545 10/8/2024
8.0.8 3,822,466 8/13/2024
8.0.7 2,230,145 7/9/2024
8.0.6 2,407,229 5/28/2024
8.0.5 832,729 5/14/2024
8.0.4 2,217,221 4/9/2024
8.0.3 1,457,225 3/12/2024
8.0.2 1,942,979 2/13/2024
8.0.1 1,967,355 1/9/2024
8.0.0 3,030,847 11/14/2023
8.0.0-rc.2.23480.1 43,852 10/10/2023
8.0.0-rc.1.23419.6 33,812 9/12/2023
8.0.0-preview.7.23375.4 16,850 8/8/2023
8.0.0-preview.6.23329.4 23,043 7/11/2023
8.0.0-preview.5.23280.1 35,133 6/13/2023
8.0.0-preview.4.23259.3 18,716 5/16/2023
8.0.0-preview.3.23174.2 17,272 4/11/2023
8.0.0-preview.2.23128.3 12,353 3/14/2023
8.0.0-preview.1.23111.4 11,868 2/21/2023
7.0.20 463,909 5/28/2024
7.0.19 66,811 5/14/2024
7.0.18 220,023 4/9/2024
7.0.17 135,388 3/12/2024
7.0.16 236,717 2/13/2024
7.0.15 377,475 1/9/2024
7.0.14 749,103 11/14/2023
7.0.13 640,879 10/24/2023
7.0.12 504,028 10/10/2023
7.0.11 2,279,300 9/12/2023
7.0.10 1,176,794 8/8/2023
7.0.9 827,179 7/11/2023
7.0.8 526,956 6/22/2023
7.0.7 548,541 6/13/2023
7.0.5 2,280,443 4/11/2023
7.0.4 1,270,661 3/14/2023
7.0.3 1,118,785 2/14/2023
7.0.2 1,392,800 1/10/2023
7.0.1 1,312,551 12/13/2022
7.0.0 1,732,862 11/7/2022
7.0.0-rc.2.22472.11 22,541 10/11/2022
7.0.0-rc.1.22426.7 26,432 9/14/2022
7.0.0-preview.7.22376.2 11,604 8/9/2022
7.0.0-preview.6.22329.4 20,789 7/12/2022
7.0.0-preview.5.22302.2 6,802 6/14/2022
7.0.0-preview.4.22229.2 12,751 5/10/2022
7.0.0-preview.3.22175.1 5,379 4/13/2022
7.0.0-preview.2.22153.1 6,611 3/14/2022
7.0.0-preview.1.22076.6 8,757 2/17/2022
6.0.36 302,937 11/12/2024
6.0.35 167,878 10/8/2024
6.0.33 192,488 8/13/2024
6.0.32 115,293 7/9/2024
6.0.31 119,178 5/28/2024
6.0.30 43,481 5/14/2024
6.0.29 276,171 4/9/2024
6.0.28 164,363 3/12/2024
6.0.27 182,484 2/13/2024
6.0.26 261,801 1/9/2024
6.0.25 452,285 11/14/2023
6.0.24 503,893 10/24/2023
6.0.23 191,105 10/10/2023
6.0.22 223,313 9/12/2023
6.0.21 363,858 8/8/2023
6.0.20 220,737 7/11/2023
6.0.19 220,361 6/22/2023
6.0.18 118,448 6/13/2023
6.0.16 690,622 4/11/2023
6.0.15 481,462 3/14/2023
6.0.14 465,401 2/14/2023
6.0.13 741,635 1/10/2023
6.0.12 563,632 12/13/2022
6.0.11 1,087,823 11/7/2022
6.0.10 1,673,267 10/11/2022
6.0.9 1,458,371 9/13/2022
6.0.8 1,646,525 8/9/2022
6.0.7 10,291,775 7/12/2022
6.0.6 1,501,190 6/14/2022
6.0.5 2,420,054 5/10/2022
6.0.4 1,727,162 4/11/2022
6.0.3 1,328,795 3/8/2022
6.0.2 3,954,857 2/8/2022
6.0.1 2,651,786 12/14/2021
6.0.0 6,205,954 11/8/2021
6.0.0-rc.2.21480.5 20,678 10/12/2021
6.0.0-rc.1.21452.10 27,232 9/14/2021
6.0.0-preview.7.21378.4 12,378 8/10/2021
6.0.0-preview.6.21352.1 5,586 7/14/2021
6.0.0-preview.5.21301.9 8,724 6/15/2021
6.0.0-preview.4.21253.1 9,250 5/24/2021
6.0.0-preview.3.21201.2 10,716 4/8/2021
6.0.0-preview.2.21154.2 6,736 3/11/2021
6.0.0-preview.1.21102.2 12,104 2/12/2021
5.0.17 757,488 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 105,021 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 238,178 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 359,249 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 474,733 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 429,870 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 807,168 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 818,951 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,082,506 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,403,292 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,034,337 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 730,421 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,455,647 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 917,780 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 883,358 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,019,774 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,661,983 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,659,467 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 67,740 10/13/2020
5.0.0-rc.1.20451.13 39,611 9/14/2020
5.0.0-preview.8.20407.4 21,756 8/25/2020
5.0.0-preview.7.20365.15 9,823 7/21/2020
5.0.0-preview.6.20312.4 10,744 6/25/2020
5.0.0-preview.5.20278.2 3,075 6/10/2020
5.0.0-preview.4.20220.10 4,971 5/18/2020
5.0.0-preview.3.20181.2 5,108 4/23/2020
5.0.0-preview.2.20159.4 5,708 4/2/2020
5.0.0-preview.2.20120.8 4,765 3/16/2020
3.1.32 842,889 12/13/2022
3.1.31 52,005 11/8/2022
3.1.30 95,119 10/11/2022
3.1.29 40,233 9/13/2022
3.1.28 44,266 8/9/2022
3.1.27 71,207 7/12/2022
3.1.26 62,124 6/14/2022
3.1.25 165,340 5/10/2022
3.1.24 77,940 4/11/2022
3.1.23 197,102 3/8/2022
3.1.22 315,103 12/14/2021
3.1.21 200,081 11/7/2021
3.1.20 280,156 10/11/2021
3.1.19 269,626 9/14/2021
3.1.18 276,218 8/10/2021
3.1.17 231,727 7/13/2021
3.1.16 226,388 6/8/2021
3.1.15 476,016 5/11/2021
3.1.14 203,963 4/6/2021
3.1.13 2,457,250 3/9/2021
3.1.12 462,105 2/9/2021
3.1.11 521,462 1/12/2021
3.1.10 1,149,852 11/9/2020
3.1.9 1,261,955 10/13/2020
3.1.8 4,191,407 9/8/2020
3.1.7 1,198,513 8/11/2020
3.1.6 1,021,678 7/14/2020
3.1.5 1,647,591 6/9/2020
3.1.4 2,625,774 5/12/2020
3.1.3 7,875,333 3/24/2020
3.1.2 1,210,616 2/19/2020
3.1.1 1,358,832 1/14/2020
3.1.0 2,957,076 12/3/2019
3.1.0-preview3.19554.8 8,993 11/13/2019
3.1.0-preview2.19525.5 5,678 11/1/2019
3.1.0-preview1.19506.2 5,081 10/15/2019
3.0.3 15,290 2/19/2020
3.0.2 8,586 1/14/2020
3.0.1 216,036 11/18/2019
3.0.0 4,057,780 9/23/2019
3.0.0-rc1.19456.14 4,830 9/16/2019
3.0.0-preview9.19423.6 7,294 9/4/2019
3.0.0-preview8.19405.11 14,360 8/13/2019
3.0.0-preview7.19362.6 15,286 7/23/2019
3.0.0-preview6.19304.10 22,349 6/12/2019
3.0.0-preview5.19227.1 11,460 5/6/2019
3.0.0-preview4.19216.3 5,634 4/18/2019
3.0.0-preview3.19153.1 67,508 3/6/2019
3.0.0-preview.19074.3 12,161 1/29/2019
3.0.0-preview.18572.1 3,992 12/3/2018
2.3.0 5,324 1/14/2025
2.2.6 6,660,931 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,355,905 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 710,877 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 811,421 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,027,384 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,611,256 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 12,906 10/17/2018
2.2.0-preview2-35157 13,458 9/12/2018
2.2.0-preview1-35029 4,709 8/22/2018
2.1.14 867,082 11/18/2019
2.1.11 569,118 5/14/2019
2.1.8 1,094,782 2/12/2019
2.1.4 3,091,700 10/1/2018
2.1.3 1,335,861 9/11/2018
2.1.2 1,494,034 8/21/2018
2.1.1 1,972,082 6/18/2018
2.1.0 2,107,603 5/29/2018
2.1.0-rc1-final 21,618 5/6/2018
2.1.0-preview2-final 31,809 4/10/2018
2.1.0-preview1-final 11,171 2/26/2018
2.0.3 3,929,057 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,295,499 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,340,301 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,837,859 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,790 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,008 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 378,873 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 46,375 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 8,453 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 24,237 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 211,970 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 182,524 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 209,009 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 6,162 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 7,970 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,531 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 7,511 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 70,840 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 19,444 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 182,343 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 215,043 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 14,381 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.