Skip to content

Commit

Permalink
Bump BDN to 0.13.1.1728, to pick up fixes for wasm/aot runs (#2323)
Browse files Browse the repository at this point in the history
  • Loading branch information
radical authored Mar 21, 2022
1 parent 91da696 commit 78acedb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<_BenchmarkDotNetSourcesN>$([MSBuild]::NormalizeDirectory('$(BenchmarkDotNetSources)'))</_BenchmarkDotNetSourcesN>
</PropertyGroup>
<ItemGroup Condition="'$(BenchmarkDotNetSources)' == ''">
<PackageReference Include="BenchmarkDotNet" Version="0.13.1.1716" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1.1716" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.1.1728" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1.1728" />
</ItemGroup>
<ItemGroup Condition="'$(BenchmarkDotNetSources)' != ''">
<ProjectReference Include="$(_BenchmarkDotNetSourcesN)src\BenchmarkDotNet\BenchmarkDotNet.csproj" SetTargetFramework="TargetFramework=netstandard2.0" />
Expand Down

0 comments on commit 78acedb

Please sign in to comment.