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

Commit 0785db4

Browse files
GoltomTommi GolinelliArkatufus
authored
Dependency fix (#247)
Co-authored-by: Tommi Golinelli <[email protected]> Co-authored-by: Gregorius Soedharmo <[email protected]>
1 parent 5bacf20 commit 0785db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Install from version 5.0.11 included all the way up to 8.x.x, but don't go up a major version -->
88
<PostgresLowVersion>5.0.11</PostgresLowVersion>
99
<PostgresHighVersion>9</PostgresHighVersion>
10-
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
10+
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>
1111
</PropertyGroup>
1212

1313
<!-- App dependencies -->

0 commit comments

Comments
 (0)