From 860fcf65f35cc0eb8aee05fe11b96860d067e9da Mon Sep 17 00:00:00 2001 From: harshgMSFT Date: Wed, 6 Aug 2014 17:09:25 -0700 Subject: [PATCH] Reacting to helios rename --- samples/RoutingSample.Web/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/RoutingSample.Web/project.json b/samples/RoutingSample.Web/project.json index cec3bf763e..fcf45f023e 100644 --- a/samples/RoutingSample.Web/project.json +++ b/samples/RoutingSample.Web/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Helios": "1.0.0-*", + "Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Routing" : "", "Microsoft.AspNet.RequestContainer": "1.0.0-*", "Microsoft.Framework.OptionsModel": "1.0.0-*"