Skip to content

Commit

Permalink
chore(deps): bump Correlate.DependencyInjection from 4.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [Correlate.DependencyInjection](https://github.com/skwasjer/Correlate) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/skwasjer/Correlate/releases)
- [Changelog](https://github.com/skwasjer/Correlate/blob/main/OLD_CHANGELOG.md)
- [Commits](skwasjer/Correlate@v4.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: Correlate.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 665a0a3 commit b127127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Hangfire.Correlate.Tests/Hangfire.Correlate.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;netcoreapp3.1</TargetFrameworks>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Correlate.DependencyInjection" Version="4.0.0" />
<PackageReference Include="Correlate.DependencyInjection" Version="5.1.0" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
<PackageReference Include="skwas.MockHttp" Version="4.1.1" />
</ItemGroup>
Expand Down

0 comments on commit b127127

Please sign in to comment.