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": { } } }