From 0fb5d9c79fc9cdda89bb29a58f50c81b598e979a Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Wed, 10 Jun 2020 17:00:05 +0200 Subject: [PATCH] hax --- src/ImageSharp/ImageSharp.csproj | 6 ++++-- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 64a496141f..cd5026117b 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -10,13 +10,15 @@ $(packageversion) 0.0.1 - netcoreapp3.1;netcoreapp2.1;netstandard2.1;netstandard2.0;netstandard1.3;net472 + + netcoreapp3.1 true true SixLabors.ImageSharp Image Resize Crop Gif Jpg Jpeg Bitmap Png Core SixLabors.ImageSharp + SA1636 @@ -41,7 +43,7 @@ - + True True diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index 98f8e95745..f1c3aa28ef 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -2,7 +2,8 @@ - netcoreapp3.1;netcoreapp2.1;net472 + + netcoreapp3.1 True True SixLabors.ImageSharp.Tests