From 5548f762c5ad4abe78c63e1be9bb357e229f1150 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 7 Aug 2019 19:21:01 +1000 Subject: [PATCH] remove duplicate props from csproj --- src/ImageSharp/ImageSharp.csproj | 2 -- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 3b02114349..8dff3b9779 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -14,11 +14,9 @@ true true - SixLabors.ImageSharp SixLabors.ImageSharp Image Resize Crop Gif Jpg Jpeg Bitmap Png Core SixLabors.ImageSharp - netcoreapp2.1;netstandard1.3;netstandard2.0;net472 diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index 4f92f4007d..1ac5f8085a 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -8,11 +8,9 @@ full portable True - SixLabors.ImageSharp.Tests SixLabors.ImageSharp.Tests AnyCPU;x64;x86 SixLabors.ImageSharp.Tests - netcoreapp2.1;net462;net472