From 0954df11b078be6bf92ecdeb30aa513740490631 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Wed, 22 Aug 2018 14:39:39 -0700 Subject: [PATCH] Drop netcoreapp2.0 build target --- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index d153ecf50..38a9e2700 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -1,8 +1,8 @@  - net471;netcoreapp2.0;netcoreapp2.1;net47;net462 + net471;netcoreapp2.1;net47;net462 True - 7.2 + 7.3 full portable True