diff --git a/test/ServerComparison.TestSites/project.json b/test/ServerComparison.TestSites/project.json index f580d5692b..0c2cfb387e 100644 --- a/test/ServerComparison.TestSites/project.json +++ b/test/ServerComparison.TestSites/project.json @@ -17,12 +17,15 @@ "wwwroot/**/*" ], "frameworks": { - "dnx451": { }, - "dnxcore50": { + "dnx451": {}, + "netstandardapp1.5": { "dependencies": { "NETStandard.Library": "1.0.0-*" }, - "imports": "portable-net451+win8" - } + "imports": [ + "dnxcore50", + "portable-net451+win8" + ] + } } } \ No newline at end of file