From 89e5251e3955a5b8f34a63c2921d80ae35a121c8 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 5 Dec 2016 16:39:48 +1100 Subject: [PATCH] Cleanup tests project dependencies --- tests/ImageSharp.Tests/project.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/ImageSharp.Tests/project.json b/tests/ImageSharp.Tests/project.json index b9b7b50ab6..458bad1c09 100644 --- a/tests/ImageSharp.Tests/project.json +++ b/tests/ImageSharp.Tests/project.json @@ -25,11 +25,7 @@ "type": "platform", "version": "1.0.0-*" } - }, - "imports": [ - "dnxcore50", - "portable-net45+win8" - ] + } } }, "testRunner": "xunit"