Revert "Updating to the newest Roslyn packages"

This reverts commit 50af106b6a.
This commit is contained in:
Pranav K 2016-04-01 10:44:33 -07:00
parent 0d0aad41f5
commit 87e89befc8
1 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01",
"Microsoft.Extensions.FileProviders.Composite": "1.0.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
@ -29,7 +29,11 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"type": "build"
}
},
"System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Reflection": "4.1.0-*",
"System.Threading": "4.0.11-*"
},
"frameworks": {
"net451": {