Merge pull request #512 from Sridhar-MS/build-fixes
Fix build breaks due to automatic upgrade of Rosyln "Microsoft.CodeAnalysis.Compilers" package.
This commit is contained in:
commit
d17dff0647
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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-*",
|
||||
|
|
Loading…
Reference in a new issue