From 166e7c30e5052efc29e3b57b1b04ef0ae18cdc76 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 3 May 2016 22:32:29 -0700 Subject: [PATCH] Add Microsoft.NETCore.Platforms to allow test to succeed --- test/ServerComparison.FunctionalTests/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 9adc086cc1..1b6a35d595 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -15,7 +15,8 @@ "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.Net.Http.Headers": "1.0.0-*" + "Microsoft.Net.Http.Headers": "1.0.0-*", + "Microsoft.NETCore.Platforms": "1.0.1-*" }, "publishOptions": { "include": [