Skip to content

Commit

Permalink
Allow all 7.x.x pgsql versions (#204)
Browse files Browse the repository at this point in the history
* fix: use XunitRunnerVersion

* feat: upgrade npgsql to 7.0.4

* fix: allow all 7.x.x npgsql versions
  • Loading branch information
CumpsD authored Apr 27, 2023
1 parent 2a43b7a commit 0701802
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
<NetFrameworkTestVersion>net48</NetFrameworkTestVersion>

<AkkaVersion>1.5.4</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>5.0.11</PostgresLowVersion>
<PostgresHighVersion>7.0.4</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>
<PostgresHighVersion>8</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>

<TestSdkVersion>17.4.1</TestSdkVersion>
<XunitVersion>2.4.2</XunitVersion>
Expand Down

0 comments on commit 0701802

Please sign in to comment.