Skip to content

Commit 1b29701

Browse files
Drop hangfire.core to 1.8.0 so we're not forcing people to use the version that has just been released
1 parent 995a708 commit 1b29701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hangfire.PostgreSql/Hangfire.PostgreSql.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="Hangfire.Core" Version="1.8.4" />
38+
<PackageReference Include="Hangfire.Core" Version="1.8.0" />
3939
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
4040
<PackageReference Include="Npgsql" Version="6.0.0" />
4141
</ItemGroup>

0 commit comments

Comments
 (0)