Update Roslyn to beta1-20160525-03.

This commit is contained in:
Eric Erhardt 2016-05-26 13:13:24 -05:00
parent cc178d425f
commit 369ec935c7
5 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01"
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160525-03"
},
"frameworks": {
"net46": { }

View file

@ -4,7 +4,7 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01"
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160525-03"
},
"frameworks": {
"netcoreapp1.0": {