From 3c5a5346c60eb3ad7e6ed48d9a06a28c67fa87ab Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 8 May 2014 12:10:55 -0700 Subject: [PATCH] Sort dependencies. --- test/Microsoft.Net.Server.FunctionalTests/Project.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Microsoft.Net.Server.FunctionalTests/Project.json b/test/Microsoft.Net.Server.FunctionalTests/Project.json index 286adb463e..410147cdf0 100644 --- a/test/Microsoft.Net.Server.FunctionalTests/Project.json +++ b/test/Microsoft.Net.Server.FunctionalTests/Project.json @@ -4,20 +4,20 @@ "test": "Xunit.KRunner" }, "dependencies": { + "Microsoft.AspNet.Logging": "0.1-alpha-*", + "Microsoft.Net.Server" : "", "Xunit.KRunner": "0.1-alpha-*", "xunit.abstractions": "2.0.0-aspnet-*", "xunit.assert": "2.0.0-aspnet-*", "xunit.core": "2.0.0-aspnet-*", - "xunit.execution": "2.0.0-aspnet-*", - "Microsoft.Net.Server" : "", - "Microsoft.AspNet.Logging": "0.1-alpha-*" + "xunit.execution": "2.0.0-aspnet-*" }, "configurations": { "net45": { "dependencies": { - "System.Runtime": "", "System.Net.Http": "", - "System.Net.Http.WebRequest": "" + "System.Net.Http.WebRequest": "", + "System.Runtime": "" } } }