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

Commit 0701802

Browse files
authored
Allow all 7.x.x pgsql versions (#204)
* fix: use XunitRunnerVersion * feat: upgrade npgsql to 7.0.4 * fix: allow all 7.x.x npgsql versions
1 parent 2a43b7a commit 0701802

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
<NetFrameworkTestVersion>net48</NetFrameworkTestVersion>
2121

2222
<AkkaVersion>1.5.4</AkkaVersion>
23+
24+
<!-- Install from version 5.0.11 included all the way up to 7.x.x, but don't go up a major version -->
2325
<PostgresLowVersion>5.0.11</PostgresLowVersion>
24-
<PostgresHighVersion>7.0.4</PostgresHighVersion>
25-
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>
26+
<PostgresHighVersion>8</PostgresHighVersion>
27+
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
2628

2729
<TestSdkVersion>17.4.1</TestSdkVersion>
2830
<XunitVersion>2.4.2</XunitVersion>

0 commit comments

Comments
 (0)