diff --git a/samples/RoutingSample.Web/project.json b/samples/RoutingSample.Web/project.json index 749e2260fa..2ab6883e33 100644 --- a/samples/RoutingSample.Web/project.json +++ b/samples/RoutingSample.Web/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.Routing.Extensions": "1.0.0-*", + "Microsoft.AspNetCore.Routing": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*" }, "compilationOptions": {