Skip to content

Commit

Permalink
Updating Microsoft.AspNetCore.Hosting.Abstractions to latest. Still o…
Browse files Browse the repository at this point in the history
…ld and deprecated, but its what hangfire use still.
  • Loading branch information
Mathias Stenbom committed Nov 15, 2024
1 parent 96945e8 commit a3c86f3
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 @@ -32,7 +32,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.5" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
<ItemGroup>
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 @@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.5" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit a3c86f3

Please sign in to comment.