Removed build time deps and fixed dependencies
This commit is contained in:
parent
51b80f660e
commit
0354345c9c
|
|
@ -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": { },
|
||||
|
|
|
|||
Loading…
Reference in New Issue