Use a fixed version of Roslyn to allow Coherence to succeed
This commit is contained in:
parent
d1695ea6d6
commit
0bf650a789
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-*",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01",
|
||||
"Microsoft.Extensions.FileProviders.Composite": "1.0.0-*",
|
||||
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue