Skip to content

Commit

Permalink
chore(deps): update test dependencies (Microsoft.Extensions.*) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer authored Dec 17, 2024
1 parent fdef2fe commit 43987dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Hangfire.Correlate.Tests/Hangfire.Correlate.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageReference Include="Correlate.DependencyInjection" Version="5.3.0" />
<PackageReference Include="Hangfire" Version="1.8.14" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.10.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="skwas.MockHttp" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 43987dd

Please sign in to comment.