Skip to content

Commit e6acd22

Browse files
Bump BenchmarkDotNet to 0.15.3 (#365)
1 parent 815be47 commit e6acd22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Prometheus.Client.Benchmarks.Comparison/Prometheus.Client.Benchmarks.Comparison.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<NoWarn>$(NoWarn);SA1133</NoWarn>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.15.2" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.15.3" />
1010
<PackageReference Include="prometheus-net" Version="8.2.1" />
1111
</ItemGroup>
1212
<ItemGroup>

tests/Prometheus.Client.Benchmarks/Prometheus.Client.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.15.2" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.15.3" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\src\Prometheus.Client\Prometheus.Client.csproj" />

0 commit comments

Comments
 (0)