Sort dependencies and remove duplicates in dependencies

This commit is contained in:
Wei Wang 2014-05-07 17:47:44 -07:00
parent 7a855ba626
commit 96568362ea
2 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Text.RegularExpressions": "4.0.0.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Text.Encoding": "4.0.20.0",
"System.Text.RegularExpressions": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0"
}
}

View File

@ -4,11 +4,11 @@
"Microsoft.AspNet.Http" : "0.1-alpha-*",
"Microsoft.AspNet.Routing" : "",
"Microsoft.AspNet.Testing" : "0.1-alpha-*",
"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-*"
"xunit.execution": "2.0.0-aspnet-*",
"Xunit.KRunner": "0.1-alpha-*"
},
"configurations": {
"k10": {