Skip to content

Commit 7d5a636

Browse files
Bump BenchmarkDotNet.Diagnostics.dotTrace from 0.13.9 to 0.13.10 (#6980)
Bumps [BenchmarkDotNet.Diagnostics.dotTrace](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.10) --- updated-dependencies: - dependency-name: BenchmarkDotNet.Diagnostics.dotTrace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbda263 commit 7d5a636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/benchmark/Akka.Benchmarks/Akka.Benchmarks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="BenchmarkDotNet" Version="$(BenchmarkDotNetVersion)" />
10-
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.9" />
10+
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.10" />
1111
<!-- FluentAssertions is used in some benchmarks to validate internal behaviors -->
1212
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
1313
</ItemGroup>

src/benchmark/Akka.Cluster.Benchmarks/Akka.Cluster.Benchmarks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="BenchmarkDotNet" Version="$(BenchmarkDotNetVersion)" />
9-
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.9" />
9+
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.10" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)