From ba506b2976c6871cba16fe12fe2cbb9de960d631 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 26 Jun 2014 14:18:41 -0700 Subject: [PATCH] fix build break - this wasnt referencing the right helios package --- test/WebSites/RoutingWebSite/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/WebSites/RoutingWebSite/project.json b/test/WebSites/RoutingWebSite/project.json index 465e43af98..177fe2e771 100644 --- a/test/WebSites/RoutingWebSite/project.json +++ b/test/WebSites/RoutingWebSite/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Helios": "1.0.0-*", "Microsoft.AspNet.Mvc": "", - "Microsoft.AspNet.Mvc.TestConfiguration": "" + "Microsoft.AspNet.Mvc.TestConfiguration": "", + "Microsoft.AspNet.Server.IIS": "1.0.0-*" }, "configurations": { "net45": { },