Downgrade runtime version to get unblocked on CoreCLR bug. Fix some other dependency versions

This commit is contained in:
Bryan 2015-12-09 19:15:37 -08:00 committed by Bryan Thornbury
parent 1d764f1c64
commit 2ba6dbd630
6 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"System.AppContext": "4.0.1-beta-23504",
"System.Runtime.Loader": "4.0.0-beta-23504"
"NETStandard.Library": "1.0.0-rc2-23608",
"System.Runtime.Loader": "4.0.0-rc2-23608"
},
"frameworks": {
"dnxcore50": { }

View file

@ -6,7 +6,7 @@
"dependencies": {
"NETStandard.Library" : "1.0.0-rc2-23608",
"Microsoft.NETCore.Runtime": "1.0.1-rc2-23608"
"Microsoft.NETCore.Runtime": "1.0.1-beta-23504"
},
"frameworks": {

View file

@ -6,7 +6,7 @@
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23608",
"System.Linq": "4.0.1-beta-23504",
"System.Linq": "4.0.1-rc2-23608",
"Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta-20151106-02",

View file

@ -7,7 +7,7 @@
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23608",
"System.Linq": "4.0.1-rc2-23608",
"System.Xml.XDocument": "4.0.11-beta-23504",
"System.Xml.XDocument": "4.0.11-rc2-23608",
"System.Resources.ReaderWriter": "4.0.0-rc2-23608",
"Microsoft.DotNet.Cli.Utils": {