Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Configuration.Abstractions, NServiceBus and…
Browse files Browse the repository at this point in the history
… NServiceBus.Extensions.Hosting

Bumps [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime), [NServiceBus](https://github.com/Particular/NServiceBus) and [NServiceBus.Extensions.Hosting](https://github.com/Particular/NServiceBus.Extensions.Hosting). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.1 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v6.0.0)

Updates `NServiceBus` from 8.2.4 to 8.2.4
- [Release notes](https://github.com/Particular/NServiceBus/releases)
- [Commits](Particular/NServiceBus@8.2.4...8.2.4)

Updates `NServiceBus.Extensions.Hosting` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/Particular/NServiceBus.Extensions.Hosting/releases)
- [Commits](Particular/NServiceBus.Extensions.Hosting@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NServiceBus.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 1e933d4 commit c716f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.1" />
<PackageReference Include="NServiceBus" Version="8.2.4" />
<PackageReference Include="NServiceBus.Extensions.Hosting" Version="2.0.0" />
<PackageReference Include="NServiceBus.Extensions.Hosting" Version="2.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c716f97

Please sign in to comment.