Removed build time deps and fixed dependencies

This commit is contained in:
David Fowler 2015-02-10 10:50:41 -08:00
parent 51b80f660e
commit 0354345c9c
1 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@
"version": "1.0.0-*",
"description": "ASP.NET 5 static files middleware.",
"dependencies": {
"Microsoft.AspNet.Hosting": { "version": "1.0.0-*", "type": "build" },
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.AspNet.Http.Interfaces": { "version": "1.0.0-*", "type": "build" }
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*",
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*"
},
"frameworks": {
"aspnet50": { },