fixing dependencies

This commit is contained in:
SonjaKhan 2014-12-01 14:11:01 -08:00
parent b8626a75ca
commit b5a328aa0e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,6 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Razor": "4.0.0-*",
"Microsoft.Framework.Logging.Interfaces": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
},

View File

@ -1,7 +1,8 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*"
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
"Microsoft.AspNet.Razor": "4.0.0-*"
},
"frameworks": {