From c7893f9f5a47e671399a05f3763dad1a3ff03f92 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 27 Apr 2016 11:03:28 -0700 Subject: [PATCH] Make TestSites portable --- test/TestSites/project.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/TestSites/project.json b/test/TestSites/project.json index cc62883877..d2f4f1a99e 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -23,14 +23,15 @@ "portable-net45+win8" ], "dependencies": { - "Microsoft.NETCore.App": { - "version": "1.0.0-*", - "type": "platform" - }, + "Microsoft.NETCore.App": "1.0.0-*", "System.Net.Primitives": "4.0.11-*", "System.Diagnostics.Process": "4.1.0-*" } }, "net451": { } + }, + "runtimes": { + "win7-x86": { }, + "win7-x64": { } } }