Updating all Roslyn netcore packages to the same version (1.2.0-beta1-20151228-02)

This commit is contained in:
Tanner Gooding 2015-12-29 13:39:05 -08:00
parent adc24fd301
commit db064fda35
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc2-23616", "NETStandard.Library": "1.0.0-rc2-23616",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta-20151224-03", "Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20151228-02",
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"type": "build", "type": "build",

View file

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc2-23616", "NETStandard.Library": "1.0.0-rc2-23616",
"Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta-20151106-02", "Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta1-20151228-02",
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"type": "build", "type": "build",

View file

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-rc2-23616", "NETStandard.Library": "1.0.0-rc2-23616",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta-20151224-03", "Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20151228-02",
"System.CommandLine" : "0.1.0-d111815-3", "System.CommandLine" : "0.1.0-d111815-3",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",