Update Roslyn to beta1-20160525-03.
This commit is contained in:
parent
cc178d425f
commit
369ec935c7
5 changed files with 6 additions and 6 deletions
|
@ -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": { }
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160525-03",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"Microsoft.DotNet.Compiler.Common": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160429-01"
|
||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160525-03"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"type": "platform",
|
||||
"version": "1.0.0-rc3-004312"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01",
|
||||
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160429-01",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160525-03",
|
||||
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160525-03",
|
||||
"Microsoft.DiaSymReader.Native": "1.4.0-rc"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
Loading…
Reference in a new issue