From dbfe3607f88c10ff62d43496e8c5f84ece975fc4 Mon Sep 17 00:00:00 2001 From: Toxantron Date: Mon, 5 Jun 2017 16:20:23 +0200 Subject: [PATCH] Restore Benchmark on Linux with netcoreapp1.1 --- .vscode/tasks.json | 2 +- .../ImageSharp.Benchmarks.csproj | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a1a55a389..4a7b35ac2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -16,7 +16,7 @@ { "taskName": "build benchmark", "suppressTaskName": true, - "args": [ "build", "tests/ImageSharp.Benchmarks/project.json", "-f", "netcoreapp1.1", "-c", "Release" ], + "args": [ "build", "tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj", "-f", "netcoreapp1.1", "-c", "Release" ], "showOutput": "always", "problemMatcher": "$msCompile" }, diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index 763ede521..72593a0da 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -1,16 +1,26 @@  + netcoreapp1.1;net461 Exe - net461 - win7-x64 True + + + win7-x64 false - + + + + + + + + +