Updating csc to 2.0.0-beta and replace Microsoft.Net.Compilers.Targets.NetCore package with Microsoft.CodeAnalysis.Build.Tasks

This commit is contained in:
Livar Cunha 2016-09-20 16:38:53 -07:00
parent 88a1bdd639
commit 85d6f3ccce
7 changed files with 10 additions and 8 deletions

View file

@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0"
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
},
"frameworks": {
"net46": {}

View file

@ -4,7 +4,7 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0"
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
},
"frameworks": {
"netcoreapp1.0": {