Removed the roslyn-master-nightly feed. Web hook is being set there. For now, pushed the dependencies by hand to cli-deps. Also updated to a new package from Roslyn with a fix to a NRE that was happening on windows.

This commit is contained in:
Livar Cunha 2016-09-22 20:49:58 -07:00
parent 9542d61224
commit 2ffe5233bd
8 changed files with 10 additions and 12 deletions

View file

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

View file

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