Skip to content

Commit

Permalink
Drop hangfire.core to 1.8.0 so we're not forcing people to use the ve…
Browse files Browse the repository at this point in the history
…rsion that has just been released
  • Loading branch information
dmitry-vychikov committed Jul 31, 2023
1 parent 995a708 commit 1b29701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hangfire.PostgreSql/Hangfire.PostgreSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Hangfire.Core" Version="1.8.4" />
<PackageReference Include="Hangfire.Core" Version="1.8.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Npgsql" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 1b29701

Please sign in to comment.