Sort project.json dependencies

This commit is contained in:
damianedwards 2015-05-15 12:14:14 -07:00
parent 2431e1a542
commit ecfb7f342a
5 changed files with 10 additions and 10 deletions

View File

@ -3,9 +3,9 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.Localization": "1.0.0-*",
"Microsoft.Framework.Localization": "1.0.0-*"
},

View File

@ -13,11 +13,11 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-*",
"System.Collections": "4.0.10-*",
"System.Linq": "4.0.0-*",
"System.Globalization": "4.0.10-*",
"System.Threading": "4.0.10-*",
"Microsoft.CSharp": "4.0.0-*"
"System.Linq": "4.0.0-*",
"System.Threading": "4.0.10-*"
}
}
}

View File

@ -9,10 +9,10 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-*",
"System.Collections": "4.0.10-*",
"System.Collections.Concurrent": "4.0.10-*",
"System.Globalization": "4.0.10-*",
"Microsoft.CSharp": "4.0.0-*"
"System.Globalization": "4.0.10-*"
}
}
}

View File

@ -10,11 +10,11 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-*",
"System.Collections": "4.0.10-*",
"System.Globalization": "4.0.10-*",
"System.Reflection": "4.0.10-*",
"System.Runtime": "4.0.20-*",
"Microsoft.CSharp": "4.0.0-*"
"System.Runtime": "4.0.20-*"
}
}
}

View File

@ -14,13 +14,13 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-*",
"System.Collections": "4.0.10-*",
"System.Collections.Concurrent": "4.0.10-*",
"System.Globalization": "4.0.10-*",
"System.Linq": "4.0.0-*",
"System.Resources.ResourceManager": "4.0.0-*",
"System.Threading": "4.0.10-*",
"Microsoft.CSharp": "4.0.0-*"
"System.Threading": "4.0.10-*"
}
}
}