Sort dependencies and remove duplicates in dependencies

This commit is contained in:
Wei Wang 2014-05-07 18:28:07 -07:00
parent ecbb52fa40
commit f46a7a344e
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.Net.WebSockets": "", "Microsoft.Net.WebSockets": "",
"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-*",
"Xunit.KRunner": "0.1-alpha-*"
}, },
"configurations": { "configurations": {
"net45": { "net45": {