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

This commit is contained in:
Tanner Gooding 2016-02-02 15:13:03 -08:00
parent d67a0cd9bb
commit f994f09e11
3 changed files with 7 additions and 5 deletions

View file

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

View file

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

View file

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