Fix build breaks due to automatic upgrade of Rosyln

"Microsoft.CodeAnalysis.Compilers" package. So upgrading
"Microsoft.Net.Compilers.netcore" to work with the newer verisons.
This commit is contained in:
Sridhar Periyasamy 2015-12-15 12:15:24 -08:00
parent ab5b16c00c
commit 53382b02c8
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
"NETStandard.Library": "1.0.0-rc2-23608",
"System.Linq": "4.0.1-rc2-23608",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta-20151117-04",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta-20151215-01",
"Microsoft.DotNet.Cli.Utils": {
"type": "build",

View file

@ -8,7 +8,7 @@
"NETStandard.Library": "1.0.0-rc2-23608",
"System.Linq": "4.0.1-beta-23504",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta-20151117-04",
"Microsoft.Net.Compilers.netcore": "1.2.0-beta-20151215-01",
"System.CommandLine" : "0.1.0-d111815-3",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",