Skip to content

Commit b5f62d0

Browse files
Bump BenchmarkDotNet.Diagnostics.Windows and BenchmarkDotNet (#542)
Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) and [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet). These dependencies needed to be updated together. Updates `BenchmarkDotNet.Diagnostics.Windows` from 0.13.10 to 0.13.11 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.10...v0.13.11) Updates `BenchmarkDotNet` from 0.13.10 to 0.13.11 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.10...v0.13.11) --- updated-dependencies: - dependency-name: BenchmarkDotNet.Diagnostics.Windows dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: BenchmarkDotNet 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 2d08830 commit b5f62d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="Benchly" Version="0.6.1" />
23-
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
24-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
23+
<PackageReference Include="BenchmarkDotNet" Version="0.13.11" />
24+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.11" />
2525
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
2727
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />

0 commit comments

Comments
 (0)