Sort project.json dependencies
This commit is contained in:
parent
2431e1a542
commit
ecfb7f342a
|
|
@ -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-*"
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue