From fb54efb9aae00593d32096f6e5becec32ee2dc61 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sun, 26 Jul 2020 03:40:02 +0200 Subject: [PATCH] undo local hacks --- src/ImageSharp/ImageSharp.csproj | 5 ++--- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 8af404525..8b2bbd701 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -10,8 +10,7 @@ $(packageversion) 0.0.1 - - netcoreapp3.1 + netcoreapp3.1;netcoreapp2.1;netstandard2.1;netstandard2.0;netstandard1.3;net472 true true @@ -25,7 +24,7 @@ - + diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index 97fd1743d..0761b0978 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -2,8 +2,7 @@ - - netcoreapp3.1 + netcoreapp3.1;netcoreapp2.1;net472 True True SixLabors.ImageSharp.Tests