From 7e9f6290b9c38ece86fe06f5fde33f8358922862 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 1 Dec 2016 15:19:15 +1100 Subject: [PATCH] Update benchmarkdotnet --- tests/ImageSharp.Benchmarks/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Benchmarks/project.json b/tests/ImageSharp.Benchmarks/project.json index 1e8b8ef15d..4dd5c77f3b 100644 --- a/tests/ImageSharp.Benchmarks/project.json +++ b/tests/ImageSharp.Benchmarks/project.json @@ -14,7 +14,7 @@ "allowUnsafe": true }, "dependencies": { - "BenchmarkDotNet.Diagnostics.Windows": "0.9.9.116", + "BenchmarkDotNet.Diagnostics.Windows": "0.10.0", "ImageSharp": "1.0.0-*" }, "commands": {