Sort dependencies.
This commit is contained in:
parent
72e14ebd6f
commit
3c5a5346c6
|
|
@ -4,20 +4,20 @@
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.AspNet.Logging": "0.1-alpha-*",
|
||||||
|
"Microsoft.Net.Server" : "",
|
||||||
"Xunit.KRunner": "0.1-alpha-*",
|
"Xunit.KRunner": "0.1-alpha-*",
|
||||||
"xunit.abstractions": "2.0.0-aspnet-*",
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
||||||
"xunit.assert": "2.0.0-aspnet-*",
|
"xunit.assert": "2.0.0-aspnet-*",
|
||||||
"xunit.core": "2.0.0-aspnet-*",
|
"xunit.core": "2.0.0-aspnet-*",
|
||||||
"xunit.execution": "2.0.0-aspnet-*",
|
"xunit.execution": "2.0.0-aspnet-*"
|
||||||
"Microsoft.Net.Server" : "",
|
|
||||||
"Microsoft.AspNet.Logging": "0.1-alpha-*"
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "",
|
|
||||||
"System.Net.Http": "",
|
"System.Net.Http": "",
|
||||||
"System.Net.Http.WebRequest": ""
|
"System.Net.Http.WebRequest": "",
|
||||||
|
"System.Runtime": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue