From 91ba4154c617726960f085c17c9fa242cf3e8503 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 25 Mar 2016 09:32:26 -0700 Subject: [PATCH] Fixed tests --- test/ServerComparison.TestSites/project.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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