From 062b6fac24b4f7f7637c601ec854703989a446ac Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 31 Mar 2018 00:05:13 +0200 Subject: [PATCH] adding multiple TargetFrameworks --- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index d6ea4a130f..d3caac09bb 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp2.0 + netcoreapp2.0;net462;net47;net471 True full portable @@ -16,6 +16,7 @@ + @@ -37,6 +38,9 @@ + + + PreserveNewest