Skip to content

Commit

Permalink
upgrade pgsql to 7.0.4 (#203)
Browse files Browse the repository at this point in the history
* fix: use XunitRunnerVersion

* feat: upgrade npgsql to 7.0.4
  • Loading branch information
CumpsD authored Apr 27, 2023
1 parent 3888938 commit 2a43b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<AkkaVersion>1.5.4</AkkaVersion>
<PostgresLowVersion>5.0.11</PostgresLowVersion>
<PostgresHighVersion>7.0.2</PostgresHighVersion>
<PostgresHighVersion>7.0.4</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>

<TestSdkVersion>17.4.1</TestSdkVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageVersion Include="FluentAssertions" Version="6.11.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageVersion Include="xunit" Version="$(XunitVersion)" />
<PackageVersion Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageVersion Include="xunit.runner.visualstudio" Version="$(XunitRunnerVersion)" />
<PackageVersion Include="Akka.TestKit.Xunit2" Version="$(AkkaVersion)" />
<PackageVersion Include="Akka.Persistence.Sql.TestKit" Version="$(AkkaVersion)" />
<PackageVersion Include="Docker.DotNet" Version="3.125.14" />
Expand Down

0 comments on commit 2a43b7a

Please sign in to comment.