Skip to content

Commit

Permalink
Fix accidental Npgsql version upgrade (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Oct 4, 2023
1 parent 3eca1ae commit ba43dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<AkkaVersion>1.5.13</AkkaVersion>

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

0 comments on commit ba43dbf

Please sign in to comment.