From 191f979a5ff84df484cf9bb4772aeff1b3cc52d7 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Mon, 30 Mar 2026 20:27:42 +0200 Subject: [PATCH] Bump default PostgreSQL version to 16 Closes #3798 --- src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs b/src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs index db0796f2d..6be7bd81a 100644 --- a/src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs +++ b/src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs @@ -36,7 +36,7 @@ public override ParameterTranslationMode ParameterizedCollectionMode /// any release. You should only use it directly in your code with extreme caution and knowing that /// doing so can result in application failures when updating to a new Entity Framework Core release. /// - public static readonly Version DefaultPostgresVersion = new(14, 0); + public static readonly Version DefaultPostgresVersion = new(16, 0); /// /// The backend version to target.