Remove unused PipelineCore reference.

This commit is contained in:
Chris Ross 2015-01-15 21:49:43 -08:00
parent 576731e86e
commit 05cacda513
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
"version": "1.0.0-*",
"description": "ASP.NET 5 Middleware for error handling, error pages, and diagnostics information.",
"dependencies": {
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
},