From c5186cc01da6ae16837b873ea4206898e602ee56 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Wed, 3 Feb 2016 11:52:24 -0800 Subject: [PATCH] Reference Microsoft.NETCore.Platforms where necessary. --- test/ServerComparison.FunctionalTests/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 249ba913e0..a0b3d75a94 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -9,6 +9,7 @@ "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.Net.Http.Headers": "1.0.0-*", + "Microsoft.NETCore.Platforms": "1.0.1-*", "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": {