Downgrade the runtime to -23413

It appears the compiler is crashing with an ExecutionEngineException
while trying to load the resource satellite assembly on -23419. Until
this is fixed we should downgrade to -23413.
This commit is contained in:
Andy Gocke 2015-10-20 11:40:08 -07:00
parent 0606e26221
commit 1968207cbe
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"dotnet": "Microsoft.DotNet.Cli"
},
"dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-*",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23413",
"System.Console": "4.0.0-*",
"System.Collections": "4.0.11-*",

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"Microsoft.NETCore.TestHost": "1.0.0-*",
"Microsoft.NETCore.Runtime": "1.0.1-*",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23413",
"System.Console": "4.0.0-*",
"System.Collections": "4.0.11-*",

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"Microsoft.NETCore.TestHost": "1.0.0-*",
"Microsoft.NETCore.Runtime": "1.0.1-*",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23413",
"System.Console": "4.0.0-*",
"System.Collections": "4.0.11-*",

View file

@ -8,7 +8,7 @@
"dotnet-publish": "Microsoft.DotNet.Tools.Publish"
},
"dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-*",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23413",
"System.Console": "4.0.0-*",
"System.Collections": "4.0.11-*",
"System.Linq": "4.0.1-*",

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"Microsoft.NETCore.TestHost": "1.0.0-*",
"Microsoft.NETCore.Runtime": "1.0.1-*",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23413",
"System.Console": "4.0.0-*",
"System.Collections": "4.0.11-*",
"System.Linq": "4.0.1-*",