Skip to content

Commit

Permalink
Bump BenchmarkDotNet.Diagnostics.dotTrace, BenchmarkDotNet, System.Co…
Browse files Browse the repository at this point in the history
…llections.Immutable and Microsoft.Extensions.DependencyInjection.Abstractions (#7057)

Bumps [BenchmarkDotNet.Diagnostics.dotTrace](https://github.com/dotnet/BenchmarkDotNet), [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet), System.Collections.Immutable and Microsoft.Extensions.DependencyInjection.Abstractions. These dependencies needed to be updated together.

Updates `BenchmarkDotNet.Diagnostics.dotTrace` from 0.13.11 to 0.13.12
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.11...v0.13.12)

Updates `BenchmarkDotNet` from 0.13.11 to 0.13.12
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.11...v0.13.12)

Updates `System.Collections.Immutable` from 1.5.0 to 5.0.0

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 1.1.0 to 2.1.1

---
updated-dependencies:
- dependency-name: BenchmarkDotNet.Diagnostics.dotTrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Collections.Immutable
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 8b9c7eb commit 0cadeac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="$(BenchmarkDotNetVersion)" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.11" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0cadeac

Please sign in to comment.