From 2c12f2046fc02f86fd362a9b8f7bcb34306cc4a8 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 6 Feb 2018 13:18:38 +1100 Subject: [PATCH] Replace CoreCompat.System.Drawing with System.Drawing.Common --- .../ImageSharp.Benchmarks.csproj | 13 ++++--------- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 10 +++++----- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index 417e849be..2e0b93515 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -1,6 +1,6 @@  - netcoreapp1.1;net461 + netcoreapp2.0;net461 Exe True SixLabors.ImageSharp.Benchmarks @@ -15,17 +15,12 @@ + - + - - - - - - - + diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index 4f214fd85..16f062c6e 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.1 + netcoreapp2.0 True full portable @@ -16,14 +16,14 @@ - + - - - + + +