Skip to content

Commit

Permalink
Update hangfire to version 1.8.3 (#20)
Browse files Browse the repository at this point in the history
* update hangfire to version 1.8.3

* update hangfire version on sample project
  • Loading branch information
1bberto authored Jul 8, 2023
1 parent dd94c60 commit 034e218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/Hangfire/WebApiHangfire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire.SqlServer" Version="1.8.2" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.3" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Hangfire" Version="1.8.2" />
<PackageReference Include="Hangfire" Version="1.8.3" />
<PackageReference Include="Hangfire.Console" Version="1.4.2" />
<PackageReference Include="Hangfire.Core" Version="1.8.2" />
<PackageReference Include="Hangfire.Core" Version="1.8.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 034e218

Please sign in to comment.