Revert "Updating the Compiler and Interactive toolsets to v1.2.0-beta1-20160202-02"

This reverts commit 1cbdc40464.
This commit is contained in:
Bryan Thornbury 2016-02-02 17:55:08 -08:00
parent 1cbdc40464
commit c4b3925e46
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23728",
"System.CommandLine": "0.1.0-e160119-1",
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02",
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
},

View file

@ -7,7 +7,7 @@
"NETStandard.Library": "1.0.0-rc2-23728",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160202-02"
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160108-01"
},
"frameworks": {
"dnxcore50": {

View file

@ -18,10 +18,10 @@
"dependencies": {
"Newtonsoft.Json": "7.0.1",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160202-02",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01",
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",
"Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta1-20160202-02",
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02",
"Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta1-20160108-01",
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01",
"NuGet.CommandLine.XPlat": "3.4.0-beta-569",
"System.CommandLine" : "0.1.0-e160119-1",