From 89828f6a921a1ef69c6fd33bc36d4b896c8885c0 Mon Sep 17 00:00:00 2001 From: Yishai Galatzer Date: Wed, 26 Mar 2014 13:13:14 -0700 Subject: [PATCH] Add missing reference to project.json and include version in routing --- samples/RoutingSample.Web/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/RoutingSample.Web/project.json b/samples/RoutingSample.Web/project.json index 50c4c59331..447eab205c 100644 --- a/samples/RoutingSample.Web/project.json +++ b/samples/RoutingSample.Web/project.json @@ -3,7 +3,8 @@ "dependencies": { "Helios": "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": { "net45": { },