From 3cc14356d4b4f9addbaad71beb56f093d77052b0 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 10 Nov 2016 17:16:17 +0100 Subject: [PATCH] Benchmark: upgrade BenchmarkDotNet to v0.10 --- paket.lock | 14 +++++++------- src/Benchmark/Benchmark.csproj | 23 +++++++++++++---------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/paket.lock b/paket.lock index cabdd180..ed136565 100644 --- a/paket.lock +++ b/paket.lock @@ -10,15 +10,15 @@ GROUP Benchmark FRAMEWORK: NET45 NUGET remote: https://www.nuget.org/api/v2 - BenchmarkDotNet (0.9.9) - content: none - BenchmarkDotNet.Toolchains.Roslyn (>= 0.9.9) - BenchmarkDotNet.Core (0.9.9) - content: none + BenchmarkDotNet (0.10) - content: none + BenchmarkDotNet.Toolchains.Roslyn (>= 0.10) + BenchmarkDotNet.Core (0.10) - content: none System.Threading.Tasks.Extensions (>= 4.0) - BenchmarkDotNet.Diagnostics.Windows (0.9.9) - content: none - BenchmarkDotNet (>= 0.9.9) + BenchmarkDotNet.Diagnostics.Windows (0.10) - content: none + BenchmarkDotNet (>= 0.10) Microsoft.Diagnostics.Tracing.TraceEvent (>= 1.0.41) - BenchmarkDotNet.Toolchains.Roslyn (0.9.9) - content: none - BenchmarkDotNet.Core (>= 0.9.9) + BenchmarkDotNet.Toolchains.Roslyn (0.10) - content: none + BenchmarkDotNet.Core (>= 0.10) Microsoft.CodeAnalysis.CSharp (>= 1.3.2) System.Threading.Tasks (>= 4.0) Microsoft.CodeAnalysis.Analyzers (1.1) - content: none diff --git a/src/Benchmark/Benchmark.csproj b/src/Benchmark/Benchmark.csproj index 0124dc4d..7d431738 100644 --- a/src/Benchmark/Benchmark.csproj +++ b/src/Benchmark/Benchmark.csproj @@ -79,14 +79,17 @@ --> - - - True - - - True - - + + + + + ..\..\packages\benchmark\BenchmarkDotNet\lib\net45\BenchmarkDotNet.dll + True + True + + + + @@ -104,8 +107,8 @@ - - ..\..\packages\benchmark\BenchmarkDotNet.Diagnostics.Windows\lib\net45\BenchmarkDotNet.Core.dll + + ..\..\packages\benchmark\BenchmarkDotNet.Diagnostics.Windows\lib\net45\BenchmarkDotNet.Diagnostics.Windows.dll True True