Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bumped BDN version.
  • Loading branch information
Nathan Ricci committed Oct 7, 2022
commit afa9195376ce7422c22582105298df2ca18c563b
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<_BenchmarkDotNetSourcesN>$([MSBuild]::NormalizeDirectory('$(BenchmarkDotNetSources)'))</_BenchmarkDotNetSourcesN>
</PropertyGroup>
<ItemGroup Condition="'$(BenchmarkDotNetSources)' == ''">
<PackageReference Include="BenchmarkDotNet" Version="0.13.1.1847" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1.1847" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.2.1940" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.2.1940" />
</ItemGroup>
<ItemGroup Condition="'$(BenchmarkDotNetSources)' != ''">
<ProjectReference Include="$(_BenchmarkDotNetSourcesN)src\BenchmarkDotNet\BenchmarkDotNet.csproj" SetTargetFramework="TargetFramework=netstandard2.0" />
Expand Down