We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563f039 commit 6bba43fCopy full SHA for 6bba43f
src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs
@@ -36,7 +36,7 @@ public override ParameterTranslationMode ParameterizedCollectionMode
36
/// any release. You should only use it directly in your code with extreme caution and knowing that
37
/// doing so can result in application failures when updating to a new Entity Framework Core release.
38
/// </summary>
39
- public static readonly Version DefaultPostgresVersion = new(14, 0);
+ public static readonly Version DefaultPostgresVersion = new(16, 0);
40
41
/// <summary>
42
/// The backend version to target.
0 commit comments