Skip to content

Commit

Permalink
Upgrading Hangfire.PostgreSql to 1.20.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Stenbom committed Nov 13, 2024
1 parent be094a3 commit bb3e6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hangfire.Configuration/Hangfire.Configuration.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.8" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.10" />
<PackageReference Include="Hangfire.Core" Version="1.8.5" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.5" />
<PackageReference Include="Polly" Version="7.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion Hangfire.Configuration/Hangfire.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.8" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.10" />
<PackageReference Include="Hangfire.Core" Version="1.8.5" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.5" />
<PackageReference Include="Polly" Version="7.2.0" />
Expand Down

0 comments on commit bb3e6d1

Please sign in to comment.