Sort dependencies.

This commit is contained in:
Chris Ross 2014-05-08 12:10:55 -07:00
parent 72e14ebd6f
commit 3c5a5346c6
1 changed files with 5 additions and 5 deletions

View File

@ -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": ""
}
}
}