Add missing reference to project.json and include version in routing
This commit is contained in:
parent
db7b068f6b
commit
89828f6a92
|
|
@ -3,7 +3,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Helios": "0.1-alpha-*",
|
"Helios": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Abstractions" : "0.1-alpha-*",
|
"Microsoft.AspNet.Abstractions" : "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Routing" : ""
|
"Microsoft.AspNet.Routing" : "0.1-alpha-*",
|
||||||
|
"Microsoft.AspNet.ConfigurationModel": "0.1-alpha-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue