Trim Razor.Host dependencies.

Several dependencies were added to the Razor.Host project that weren't needed.  Removed them in order to reduce the dependency chain for tooling.
This commit is contained in:
N. Taylor Mullen 2014-05-08 16:55:37 -07:00
parent 0b327ba7b4
commit 9eaa62125f
1 changed files with 1 additions and 7 deletions

View File

@ -5,13 +5,7 @@
}, },
"dependencies": { "dependencies": {
"Common": "", "Common": "",
"Microsoft.AspNet.FileSystems": "0.1-alpha-*", "Microsoft.AspNet.Razor": "0.1-alpha-*"
"Microsoft.AspNet.Http": "0.1-alpha-*",
"Microsoft.AspNet.Mvc.Core" : "",
"Microsoft.AspNet.Mvc.ModelBinding" : "",
"Microsoft.AspNet.Razor": "0.1-alpha-*",
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
"Microsoft.Framework.Runtime.Interfaces": "0.1-alpha-*"
}, },
"configurations": { "configurations": {
"net45": { "net45": {