Skip to content

Commit e97f527

Browse files
build(deps): Bump BenchmarkDotNet.Diagnostics.Windows and BenchmarkDotNet (Azure#3009)
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.12 to 0.14.0 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.12...v0.14.0) Updates `BenchmarkDotNet` from 0.13.12 to 0.14.0 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.12...v0.14.0) --- updated-dependencies: - dependency-name: BenchmarkDotNet.Diagnostics.Windows dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c99111 commit e97f527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(OS)' != 'Windows_NT'">
28-
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
28+
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
32-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" />
32+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

0 commit comments

Comments
 (0)