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

Commit cd113de

Browse files
Bump Npgsql from 5.0.11 to 7.0.6 (#223)
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.11 to 7.0.6. - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](npgsql/npgsql@v5.0.11...v7.0.6) --- updated-dependencies: - dependency-name: Npgsql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45eb880 commit cd113de

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>5.0.11</PostgresLowVersion>
22+
<PostgresLowVersion>7.0.6</PostgresLowVersion>
2323
<PostgresHighVersion>8</PostgresHighVersion>
2424
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
2525
</PropertyGroup>

0 commit comments

Comments
 (0)