Skip to content

Commit 0872123

Browse files
Bump the all group with 3 updates (#31)
Bumps the all group with 3 updates: [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet), [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). 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) 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) Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.11.0) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: BenchmarkDotNet.Diagnostics.Windows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9158b7d commit 0872123

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Benchmark/Benchmark.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
19-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" />
18+
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
19+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

Tests/Units Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
24+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
2525
<PackageReference Include="xunit" Version="2.9.0" />
2626
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)