From 169f13540d4e7706730402f0c27a0359a11d9da4 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 10 Aug 2016 13:53:21 +1000 Subject: [PATCH] Update benchmarks dependencies [skip ci] Former-commit-id: ca0a9adab4e7ba90e388c9433e721fd9083b8601 Former-commit-id: 74eddd592fc987a43922fd71caffac45573d72ce Former-commit-id: a17bd0c2f2ae2bdbfabe4ae030fe96a419268e96 --- tests/ImageProcessorCore.Benchmarks/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ImageProcessorCore.Benchmarks/project.json b/tests/ImageProcessorCore.Benchmarks/project.json index 6aabff3df9..9e49594856 100644 --- a/tests/ImageProcessorCore.Benchmarks/project.json +++ b/tests/ImageProcessorCore.Benchmarks/project.json @@ -13,14 +13,14 @@ "emitEntryPoint": true }, "dependencies": { - "BenchmarkDotNet.Diagnostics.Windows": "0.9.8.78", + "BenchmarkDotNet.Diagnostics.Windows": "1.0.0", "ImageProcessorCore": "1.0.0-*" }, "commands": { "ImageProcessorCore.Benchmarks": "ImageProcessorCore.Benchmarks" }, "frameworks": { - "net451": { + "net461": { "dependencies": { }, "frameworkAssemblies": {