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