Skip to content

Commit

Permalink
Update the BDN version to use 0.13.1.1823.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoopedBard3 committed Jul 22, 2022
1 parent 1318aad commit 8764aa2
Showing 1 changed file with 2 additions and 2 deletions.
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.1819" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1.1819" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.1.1823" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1.1823" />
</ItemGroup>
<ItemGroup Condition="'$(BenchmarkDotNetSources)' != ''">
<ProjectReference Include="$(_BenchmarkDotNetSourcesN)src\BenchmarkDotNet\BenchmarkDotNet.csproj" SetTargetFramework="TargetFramework=netstandard2.0" />
Expand Down

0 comments on commit 8764aa2

Please sign in to comment.