Use a fixed version of Roslyn to allow Coherence to succeed

This commit is contained in:
Pranav K 2016-02-24 10:45:42 -08:00
parent d1695ea6d6
commit 0bf650a789
1 changed files with 1 additions and 1 deletions

View File

@ -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-*",