Reduce project.json dependencies

This commit is contained in:
David Fowler 2014-04-09 21:33:59 -07:00
parent 23c11bc950
commit 1a9c0ad548
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
"version": "0.1-alpha-*",
"dependencies": {
"Helios": "0.1-alpha-*",
"Microsoft.AspNet.Abstractions" : "0.1-alpha-*",
"Microsoft.AspNet.Routing" : "",
"Microsoft.AspNet.ConfigurationModel" : "0.1-alpha-*"
"Microsoft.AspNet.Routing" : ""
},
"configurations": {
"net45": { },