From 6cf94c09491f53509abf2224d2761db89f0d0722 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 23 Sep 2016 10:51:16 -0700 Subject: [PATCH] List netcoreapp1.0 prior to net451 so that test discovery in VS works --- test/ServerComparison.FunctionalTests/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 87993270d4..85188a7dca 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -27,7 +27,6 @@ ] }, "frameworks": { - "net451": { }, "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { @@ -35,6 +34,7 @@ "type": "platform" } } - } + }, + "net451": { } } } \ No newline at end of file