Browse Source

Bump BenchmarkDotNet from 0.13.0 to 0.13.1

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/851/head
dependabot[bot] 5 years ago
committed by GitHub
parent
commit
674dd4e825
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Benchmark/Benchmark.csproj

2
src/Benchmark/Benchmark.csproj

@ -20,7 +20,7 @@
<ProjectReference Include="..\Providers.MKL\Providers.MKL.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Loading…
Cancel
Save