diff --git a/paket.dependencies b/paket.dependencies
index c1d06c06..8b9b4d5b 100644
--- a/paket.dependencies
+++ b/paket.dependencies
@@ -24,5 +24,5 @@ group Data
group Benchmark
source https://www.nuget.org/api/v2
framework: net45
- nuget BenchmarkDotNet
- nuget BenchmarkDotNet.Diagnostics.Windows
+ nuget BenchmarkDotNet content:none
+ nuget BenchmarkDotNet.Diagnostics.Windows content:none
diff --git a/paket.lock b/paket.lock
index 04f8c528..cabdd180 100644
--- a/paket.lock
+++ b/paket.lock
@@ -10,30 +10,30 @@ GROUP Benchmark
FRAMEWORK: NET45
NUGET
remote: https://www.nuget.org/api/v2
- BenchmarkDotNet (0.9.9)
+ BenchmarkDotNet (0.9.9) - content: none
BenchmarkDotNet.Toolchains.Roslyn (>= 0.9.9)
- BenchmarkDotNet.Core (0.9.9)
+ BenchmarkDotNet.Core (0.9.9) - content: none
System.Threading.Tasks.Extensions (>= 4.0)
- BenchmarkDotNet.Diagnostics.Windows (0.9.9)
+ BenchmarkDotNet.Diagnostics.Windows (0.9.9) - content: none
BenchmarkDotNet (>= 0.9.9)
Microsoft.Diagnostics.Tracing.TraceEvent (>= 1.0.41)
- BenchmarkDotNet.Toolchains.Roslyn (0.9.9)
+ BenchmarkDotNet.Toolchains.Roslyn (0.9.9) - content: none
BenchmarkDotNet.Core (>= 0.9.9)
Microsoft.CodeAnalysis.CSharp (>= 1.3.2)
System.Threading.Tasks (>= 4.0)
- Microsoft.CodeAnalysis.Analyzers (1.1)
- Microsoft.CodeAnalysis.Common (1.3.2)
+ Microsoft.CodeAnalysis.Analyzers (1.1) - content: none
+ Microsoft.CodeAnalysis.Common (1.3.2) - content: none
Microsoft.CodeAnalysis.Analyzers (>= 1.1)
System.Collections.Immutable (>= 1.1.37)
System.Reflection.Metadata (>= 1.2)
- Microsoft.CodeAnalysis.CSharp (1.3.2)
+ Microsoft.CodeAnalysis.CSharp (1.3.2) - content: none
Microsoft.CodeAnalysis.Common (1.3.2)
- Microsoft.Diagnostics.Tracing.TraceEvent (1.0.41)
- System.Collections.Immutable (1.2)
- System.Reflection.Metadata (1.2)
- System.Collections.Immutable (>= 1.1.37)
- System.Threading.Tasks (4.0.11)
- System.Threading.Tasks.Extensions (4.0)
+ Microsoft.Diagnostics.Tracing.TraceEvent (1.0.41) - content: none
+ System.Collections.Immutable (1.2) - content: none
+ System.Reflection.Metadata (1.3) - content: none
+ System.Collections.Immutable (>= 1.2)
+ System.Threading.Tasks (4.0.11) - content: none
+ System.Threading.Tasks.Extensions (4.0) - content: none
GROUP Build
NUGET
diff --git a/src/Benchmark/Benchmark.csproj b/src/Benchmark/Benchmark.csproj
index 1a32a234..0124dc4d 100644
--- a/src/Benchmark/Benchmark.csproj
+++ b/src/Benchmark/Benchmark.csproj
@@ -79,17 +79,14 @@
-->
-
-
-
-
- ..\..\packages\benchmark\BenchmarkDotNet\lib\net45\BenchmarkDotNet.dll
- True
- True
-
-
-
-
+
+
+ True
+
+
+ True
+
+
@@ -107,8 +104,8 @@
-
- ..\..\packages\benchmark\BenchmarkDotNet.Diagnostics.Windows\lib\net45\BenchmarkDotNet.Diagnostics.Windows.dll
+
+ ..\..\packages\benchmark\BenchmarkDotNet.Diagnostics.Windows\lib\net45\BenchmarkDotNet.Core.dll
True
True
@@ -189,6 +186,15 @@
+
+
+
+ True
+
+
+ True
+
+
@@ -200,5 +206,4 @@
-
\ No newline at end of file
diff --git a/src/Benchmark/paket.references b/src/Benchmark/paket.references
index 386472c9..cf8bb8a5 100644
--- a/src/Benchmark/paket.references
+++ b/src/Benchmark/paket.references
@@ -1,3 +1,3 @@
group Benchmark
BenchmarkDotNet
- BenchmarkDotNet.Diagnostics.Windows
+ BenchmarkDotNet.Diagnostics.Windows