From 1db5233caca6e74c1ed98f4e8006f46fab76d784 Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 22 Jan 2016 16:07:05 -0800 Subject: [PATCH] Add missing packages --- .../project.json | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 4d361e92e4..249ba913e0 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -1,22 +1,23 @@ { - "compilationOptions": { - "warningsAsErrors": true - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "dependencies": { - "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Data": "", - "System.Net.Http": "", - "System.Xml": "" - } - } + "compilationOptions": { + "warningsAsErrors": true + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "dependencies": { + "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", + "Microsoft.Extensions.Logging.Console": "1.0.0-*", + "Microsoft.Net.Http.Headers": "1.0.0-*", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + }, + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Data": "", + "System.Net.Http": "", + "System.Xml": "" + } } + } } \ No newline at end of file