We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d21dd commit a691c16Copy full SHA for a691c16
src/Directory.Build.props
@@ -31,9 +31,9 @@
31
32
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Benchmark'))">
33
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
34
- <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.0" />
+ <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1" />
35
</ItemGroup>
36
37
<Import Project="$(RootDir)\Build\DeleteGenerateBindingRedirects.target" Condition="$(MSBuildProjectName.EndsWith('Benchmark'))"/>
38
39
-</Project>
+</Project>
0 commit comments