diff --git a/test/ServerComparison.TestSites/project.json b/test/ServerComparison.TestSites/project.json index f0ae10e1cd..074b3c6d60 100644 --- a/test/ServerComparison.TestSites/project.json +++ b/test/ServerComparison.TestSites/project.json @@ -7,7 +7,6 @@ "Microsoft.AspNetCore.WebUtilities": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.Net.Http.Headers": "1.0.0-*" }, "compilationOptions": { @@ -22,7 +21,10 @@ "imports": [ "dnxcore50", "portable-net451+win8" - ] + ], + "dependencies": { + "NETStandard.Library": "1.5.0-*" + } } } } \ No newline at end of file