From b5e2d43859132f5a629985951e7e7223ba6b460a Mon Sep 17 00:00:00 2001 From: Pranav K Date: Sat, 19 Mar 2016 12:10:40 -0700 Subject: [PATCH] Retarget tests to netstandardapp --- test/dotnet-watch.FunctionalTests/project.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/dotnet-watch.FunctionalTests/project.json b/test/dotnet-watch.FunctionalTests/project.json index 4c2596fffb..9cdb912244 100644 --- a/test/dotnet-watch.FunctionalTests/project.json +++ b/test/dotnet-watch.FunctionalTests/project.json @@ -16,8 +16,11 @@ "xunit": "2.1.0" }, "frameworks": { - "dnxcore50": { - "imports": "portable-net451+win8" + "netstandardapp1.5": { + "imports": [ + "portable-net451+win8", + "dnxcore50" + ] } }, "testRunner": "xunit"