Skip to content

Commit 5048144

Browse files
Bump BenchmarkDotNet from 0.13.1 to 0.13.2 (#158)
* Bump BenchmarkDotNet from 0.13.1 to 0.13.2 Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update BenchmarkDotNet.Diagnostics.Windows from 0.13.1 to 0.13.2 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: reegeek <10356780+reegeek@users.noreply.github.com>
1 parent 1a93d0c commit 5048144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Benchmark'))">
33-
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
34-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1" />
33+
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
34+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.2" />
3535
</ItemGroup>
3636

3737
<Import Project="$(RootDir)\Build\DeleteGenerateBindingRedirects.target" Condition="$(MSBuildProjectName.EndsWith('Benchmark'))"/>

0 commit comments

Comments
 (0)