Npgsql.EntityFrameworkCore.PostgreSQL 6.0.0-preview5

Prefix Reserved
This is a prerelease version of Npgsql.EntityFrameworkCore.PostgreSQL.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Npgsql.EntityFrameworkCore.PostgreSQL --version 6.0.0-preview5
                    
NuGet\Install-Package Npgsql.EntityFrameworkCore.PostgreSQL -Version 6.0.0-preview5
                    
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="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-preview5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-preview5" />
                    
Directory.Packages.props
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
                    
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 Npgsql.EntityFrameworkCore.PostgreSQL --version 6.0.0-preview5
                    
#r "nuget: Npgsql.EntityFrameworkCore.PostgreSQL, 6.0.0-preview5"
                    
#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.
#addin nuget:?package=Npgsql.EntityFrameworkCore.PostgreSQL&version=6.0.0-preview5&prerelease
                    
Install Npgsql.EntityFrameworkCore.PostgreSQL as a Cake Addin
#tool nuget:?package=Npgsql.EntityFrameworkCore.PostgreSQL&version=6.0.0-preview5&prerelease
                    
Install Npgsql.EntityFrameworkCore.PostgreSQL as a Cake Tool

PostgreSQL/Npgsql provider for Entity Framework Core.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.4K)

Showing the top 5 NuGet packages that depend on Npgsql.EntityFrameworkCore.PostgreSQL:

Package Downloads
Npgsql.EntityFrameworkCore.PostgreSQL.Design

PostgreSQL/Npgsql provider for Entity Framework Core.

Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite

NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.

Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime

NodaTime support plugin for PostgreSQL/Npgsql Entity Framework Core provider.

EFCore.BulkExtensions.PostgreSql

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL

AppAny.Quartz.EntityFrameworkCore.Migrations.PostgreSQL

EntityFrameworkCore PostgreSQL migrations for Quartz.NET

GitHub repositories (265)

Showing the top 20 popular GitHub repositories that depend on Npgsql.EntityFrameworkCore.PostgreSQL:

Repository Stars
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
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/eShop
A reference .NET application implementing an eCommerce site
MassTransit/MassTransit
Distributed Application Framework for .NET
elsa-workflows/elsa-core
A .NET workflows library
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
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
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.
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
Version Downloads Last updated
10.0.0-preview.3 4,611 4/12/2025
10.0.0-preview.2 3,886 3/24/2025
10.0.0-preview.1 2,494 3/1/2025
9.0.4 2,911,816 3/1/2025
9.0.3 2,929,901 1/17/2025
9.0.2 2,521,082 12/7/2024
9.0.1 1,192,297 11/19/2024
9.0.0-rc.2 100,829 10/13/2024
9.0.0-rc.1 57,515 9/13/2024
9.0.0-preview.7 11,186 9/1/2024
9.0.0-preview.3 120,779 4/12/2024
9.0.0-preview.2 15,666 3/22/2024
9.0.0-preview.1 47,617 2/14/2024
8.0.11 6,052,017 11/18/2024
8.0.10 4,589,482 10/17/2024
8.0.8 2,864,951 9/27/2024
8.0.4 21,839,619 5/11/2024
8.0.2 11,635,973 2/17/2024
8.0.0 10,075,425 11/21/2023
8.0.0-rc.2 168,182 10/11/2023
8.0.0-rc.1 69,618 9/14/2023
8.0.0-preview.7 16,448 8/18/2023
8.0.0-preview.4 73,313 5/20/2023
8.0.0-preview.3 43,131 4/24/2023
8.0.0-preview.2 29,528 3/20/2023
8.0.0-preview.1 63,562 3/3/2023
7.0.18 1,478,437 5/11/2024
7.0.11 8,844,429 9/15/2023
7.0.4 12,958,261 4/24/2023
7.0.3 7,978,596 2/15/2023
7.0.1 5,481,919 12/17/2022
7.0.0 3,417,485 11/9/2022
7.0.0-rc.2 57,997 10/11/2022
7.0.0-rc.1 16,877 9/16/2022
7.0.0-preview.7 16,256 8/9/2022
7.0.0-preview.6 16,128 7/13/2022
7.0.0-preview.5 11,129 6/19/2022
7.0.0-preview.4 18,568 5/11/2022
7.0.0-preview.3 14,408 4/19/2022
7.0.0-preview.2 24,895 3/16/2022
7.0.0-preview.1 10,538 2/17/2022
6.0.29 1,440,939 5/11/2024
6.0.22 2,225,997 9/15/2023
6.0.8 10,732,830 12/17/2022
6.0.7 9,968,564 9/16/2022
6.0.6 8,818,748 8/4/2022
6.0.5 6,214,078 6/19/2022
6.0.4 8,645,392 4/19/2022
6.0.3 7,908,145 1/27/2022
6.0.2 4,015,588 12/22/2021
6.0.1 5,416,033 12/3/2021
6.0.0 4,452,856 11/9/2021
6.0.0-rc.2 134,159 10/14/2021
6.0.0-rc.1 145,615 9/24/2021
6.0.0-preview7 20,127 8/16/2021
6.0.0-preview6 5,995 7/31/2021
6.0.0-preview5 44,199 7/1/2021
6.0.0-preview4 32,317 5/27/2021
6.0.0-preview3 22,933 4/15/2021
6.0.0-preview2 9,334 3/11/2021
6.0.0-preview1 13,329 2/16/2021
5.0.10 8,230,352 9/15/2021
5.0.7 5,498,406 6/13/2021
5.0.6 1,811,907 5/11/2021
5.0.5.1 1,299,247 4/21/2021
5.0.5 415,326 4/16/2021
5.0.2 4,548,776 1/19/2021
5.0.1 1,487,138 12/12/2020
5.0.0 1,868,196 11/15/2020
3.1.18 2,858,644 8/27/2021
3.1.11 2,842,447 1/21/2021
3.1.4 12,276,701 5/29/2020
3.1.3 3,378,190 3/26/2020
3.1.2 1,990,037 2/20/2020
3.1.1.2 769,967 2/6/2020
3.1.1.1 190,504 2/3/2020
3.1.1 363,057 1/31/2020
3.1.0 3,008,718 12/4/2019
3.0.1 1,043,331 10/2/2019
3.0.0 271,246 9/26/2019
2.2.4 5,419,042 5/21/2019
2.2.0 5,511,651 12/7/2018
2.1.2 3,608,931 9/8/2018
2.1.1.1 1,218,674 7/15/2018
2.1.1 692,021 7/1/2018
2.1.0 1,303,394 5/31/2018
2.0.2 545,523 4/22/2018
2.0.1 577,420 1/11/2018
2.0.0 1,020,091 8/16/2017
1.1.1 308,057 7/25/2017
1.1.0 1,391,307 11/20/2016
1.0.2 88,440 9/24/2016
1.0.1 127,205 7/21/2016
1.0.0 270,105 6/29/2016