Skip to content

Commit 6bba43f

Browse files
authored
Bump default PostgreSQL version to 16 (#3797)
Closes #3798
1 parent 563f039 commit 6bba43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public override ParameterTranslationMode ParameterizedCollectionMode
3636
/// any release. You should only use it directly in your code with extreme caution and knowing that
3737
/// doing so can result in application failures when updating to a new Entity Framework Core release.
3838
/// </summary>
39-
public static readonly Version DefaultPostgresVersion = new(14, 0);
39+
public static readonly Version DefaultPostgresVersion = new(16, 0);
4040

4141
/// <summary>
4242
/// The backend version to target.

0 commit comments

Comments
 (0)