From ac856e668eedf0643b46ad84f8f6758dde62faf1 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Fri, 11 Nov 2016 09:24:32 +0100 Subject: [PATCH] Bench: use min transitive dependency strategy to avoid strong name hell --- MathNet.Numerics.NativeProviders.sln | 2 ++ paket.dependencies | 4 ++-- paket.lock | 4 ++-- src/Benchmark/Benchmark.csproj | 10 +--------- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/MathNet.Numerics.NativeProviders.sln b/MathNet.Numerics.NativeProviders.sln index f97324b6..65caf632 100644 --- a/MathNet.Numerics.NativeProviders.sln +++ b/MathNet.Numerics.NativeProviders.sln @@ -51,6 +51,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{97C9717A-68C7-4C86-B30E-E4FC54C43A13}" ProjectSection(SolutionItems) = preProject build.fsx = build.fsx + paket.dependencies = paket.dependencies + paket.lock = paket.lock EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "src\UnitTests\UnitTests.csproj", "{DAF07AA8-C5C9-4963-98F7-2C3285064DAD}" diff --git a/paket.dependencies b/paket.dependencies index 8b9b4d5b..54f2d487 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 content:none - nuget BenchmarkDotNet.Diagnostics.Windows content:none + nuget BenchmarkDotNet content:none, strategy:min + nuget BenchmarkDotNet.Diagnostics.Windows content:none, strategy:min diff --git a/paket.lock b/paket.lock index ed136565..06aec981 100644 --- a/paket.lock +++ b/paket.lock @@ -30,8 +30,8 @@ NUGET Microsoft.CodeAnalysis.Common (1.3.2) 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.Reflection.Metadata (1.2) - content: none + System.Collections.Immutable (>= 1.1.37) System.Threading.Tasks (4.0.11) - content: none System.Threading.Tasks.Extensions (4.0) - content: none diff --git a/src/Benchmark/Benchmark.csproj b/src/Benchmark/Benchmark.csproj index 7d431738..1a32a234 100644 --- a/src/Benchmark/Benchmark.csproj +++ b/src/Benchmark/Benchmark.csproj @@ -189,15 +189,6 @@ - - - - True - - - True - - @@ -209,4 +200,5 @@ + \ No newline at end of file