From 1a9c0ad548aed5c56467ff59d2dcd2ff5a898cf9 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Wed, 9 Apr 2014 21:33:59 -0700 Subject: [PATCH] Reduce project.json dependencies --- samples/RoutingSample.Web/project.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/samples/RoutingSample.Web/project.json b/samples/RoutingSample.Web/project.json index cf6de718fb..4871720301 100644 --- a/samples/RoutingSample.Web/project.json +++ b/samples/RoutingSample.Web/project.json @@ -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": { },