Revert "Revert "Updating to the newest Roslyn packages""

This reverts commit 87e89befc8.
This commit is contained in:
Pranav K 2016-04-03 09:05:00 -07:00
Родитель b4310ac8a8
Коммит 330e98d1fc
2 изменённых файлов: 3 добавлений и 10 удалений

Просмотреть файл

@ -16,10 +16,7 @@
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*",
"System.IO": "4.1.0-*",
"System.Reflection": "4.1.0-*",
"System.Runtime": "4.1.0-*"
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*"
},
"frameworks": {
"net451": {},

Просмотреть файл

@ -16,7 +16,7 @@
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-*",
"Microsoft.Extensions.FileProviders.Composite": "1.0.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
@ -29,11 +29,7 @@
"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": {