Fix references to include beta-*
This commit is contained in:
parent
5eda65f336
commit
39f40d2c5f
|
|
@ -17,8 +17,8 @@
|
|||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Globalization": "4.0.10-*",
|
||||
"System.Globalization.Extensions": "4.0.0-*"
|
||||
"System.Globalization": "4.0.10-beta-*",
|
||||
"System.Globalization.Extensions": "4.0.0-beta-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.0.0-*",
|
||||
"System.Collections": "4.0.10-*",
|
||||
"System.Globalization": "4.0.10-*",
|
||||
"System.Linq": "4.0.0-*",
|
||||
"System.Threading": "4.0.10-*"
|
||||
"Microsoft.CSharp": "4.0.0-beta-*",
|
||||
"System.Collections": "4.0.10-beta-*",
|
||||
"System.Globalization": "4.0.10-beta-*",
|
||||
"System.Linq": "4.0.0-beta-*",
|
||||
"System.Threading": "4.0.10-beta-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-beta-*",
|
||||
"System.Collections": "4.0.10-beta-*",
|
||||
"System.Collections.Concurrent": "4.0.10-beta-*",
|
||||
"System.Globalization": "4.0.10-beta-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-beta-*",
|
||||
"System.Collections": "4.0.10-beta-*",
|
||||
"System.Globalization": "4.0.10-beta-*",
|
||||
"System.Reflection": "4.0.10-beta-*",
|
||||
"System.Runtime": "4.0.20-beta-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-beta-*",
|
||||
"System.Collections": "4.0.10-beta-*",
|
||||
"System.Collections.Concurrent": "4.0.10-beta-*",
|
||||
"System.Globalization": "4.0.10-beta-*",
|
||||
"System.Linq": "4.0.0-beta-*",
|
||||
"System.Resources.ResourceManager": "4.0.0-beta-*",
|
||||
"System.Threading": "4.0.10-beta-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"xunit": "2.1.0-*",
|
||||
"xunit.runner.dnx": "2.1.0-*",
|
||||
"Microsoft.Framework.Localization": "1.0.0-*",
|
||||
"System.Reflection": "4.0.10-*"
|
||||
"System.Reflection": "4.0.10-beta-*"
|
||||
},
|
||||
|
||||
"commands": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue