Merge pull request #75 from agocke/DowngradeRuntime

Downgrade the runtime to -23413
This commit is contained in:
Andy Gocke 2015-10-20 14:14:24 -07:00
commit d97d307cdf
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-*",