From 6a1b41fac64093cebd4a8f14ec148e61325ed9cd Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 31 Aug 2016 13:15:21 -0700 Subject: [PATCH] Update version of routing to 1.0.1 This is needed because MVC still references 1.0.0. --- src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template b/src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template index 5ea95126b..0caa7430b 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template @@ -15,6 +15,7 @@ "version": "1.0.0-preview2-final", "type": "build" }, + "Microsoft.AspNetCore.Routing": "1.0.1", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.StaticFiles": "1.0.0",