Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/// </summary>
public static readonly Version DefaultPostgresVersion = new(14, 0);
public static readonly Version DefaultPostgresVersion = new(16, 0);

/// <summary>
/// The backend version to target.
Expand Down
Loading