Skip to content

Commit a691c16

Browse files
authored
Update BenchmarkDotNet.Diagnostics.Windows to 0.13.1
1 parent c3d21dd commit a691c16

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
@@ -31,9 +31,9 @@
3131

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

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

39-
</Project>
39+
</Project>

0 commit comments

Comments
 (0)