Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit ba43dbf

Browse files
authored
Fix accidental Npgsql version upgrade (#228)
1 parent 3eca1ae commit ba43dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<AkkaVersion>1.5.13</AkkaVersion>
2020

2121
<!-- Install from version 5.0.11 included all the way up to 7.x.x, but don't go up a major version -->
22-
<PostgresLowVersion>7.0.6</PostgresLowVersion>
22+
<PostgresLowVersion>5.0.11</PostgresLowVersion>
2323
<PostgresHighVersion>8</PostgresHighVersion>
2424
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
2525
</PropertyGroup>

0 commit comments

Comments
 (0)