Skip to content

Commit

Permalink
Bump BenchmarkDotNet.Diagnostics.dotTrace from 0.13.6 to 0.13.7
Browse files Browse the repository at this point in the history
Bumps [BenchmarkDotNet.Diagnostics.dotTrace](https://github.com/dotnet/BenchmarkDotNet) from 0.13.6 to 0.13.7.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.6...v0.13.7)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet.Diagnostics.dotTrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent a131e99 commit 5129442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/benchmark/Akka.Benchmarks/Akka.Benchmarks.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>
<OutputType>Exe</OutputType>
Expand All @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="$(BenchmarkDotNetVersion)" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.6" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.7" />
<!-- FluentAssertions is used in some benchmarks to validate internal behaviors -->
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
</ItemGroup>
Expand Down
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.6" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.13.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5129442

Please sign in to comment.