From a60cce1dade062454f106a1317fc198fc8778035 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sat, 16 Apr 2016 17:59:49 -0700 Subject: [PATCH] Quick fix: Remove excess Microsoft.AspNetCore.Mvc.TagHelpers dependencies - Microsoft.AspNetCore.Mvc brings this in --- samples/MvcSandbox/project.json | 5 ++--- samples/MvcSubAreaSample.Web/project.json | 5 ++--- samples/TagHelperSample.Web/project.json | 9 ++++----- test/WebSites/HtmlGenerationWebSite/project.json | 11 +++++------ test/WebSites/TagHelpersWebSite/project.json | 5 ++--- 5 files changed, 15 insertions(+), 20 deletions(-) diff --git a/samples/MvcSandbox/project.json b/samples/MvcSandbox/project.json index cf41871afe..3cf78b9cd9 100644 --- a/samples/MvcSandbox/project.json +++ b/samples/MvcSandbox/project.json @@ -6,9 +6,8 @@ }, "dependencies": { "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*", @@ -20,7 +19,7 @@ "web.config" ], "frameworks": { - "net451": {}, + "net451": { }, "netstandardapp1.5": { "imports": [ "dnxcore50", diff --git a/samples/MvcSubAreaSample.Web/project.json b/samples/MvcSubAreaSample.Web/project.json index 84743c276a..dd0289ed59 100644 --- a/samples/MvcSubAreaSample.Web/project.json +++ b/samples/MvcSubAreaSample.Web/project.json @@ -4,16 +4,15 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*" }, "frameworks": { - "net451": {}, + "net451": { }, "netstandardapp1.5": { "imports": [ "dnxcore50", diff --git a/samples/TagHelperSample.Web/project.json b/samples/TagHelperSample.Web/project.json index 3c8f32b4a2..bae8dceda1 100644 --- a/samples/TagHelperSample.Web/project.json +++ b/samples/TagHelperSample.Web/project.json @@ -5,17 +5,16 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", + "Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*" }, "frameworks": { - "net451": {}, + "net451": { }, "netstandardapp1.5": { "imports": [ "dnxcore50", diff --git a/test/WebSites/HtmlGenerationWebSite/project.json b/test/WebSites/HtmlGenerationWebSite/project.json index 19d8f3fe1f..413a404806 100644 --- a/test/WebSites/HtmlGenerationWebSite/project.json +++ b/test/WebSites/HtmlGenerationWebSite/project.json @@ -4,21 +4,20 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0" + "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" }, "frameworks": { - "net451": {}, + "net451": { }, "netstandardapp1.5": { "imports": [ "dnxcore50", "portable-net451+win8" ], "dependencies": { - "NETStandard.Library": "1.5.0-*" + "NETStandard.Library": "1.5.0-*" } } }, diff --git a/test/WebSites/TagHelpersWebSite/project.json b/test/WebSites/TagHelpersWebSite/project.json index 1715dab862..885269d9a7 100644 --- a/test/WebSites/TagHelpersWebSite/project.json +++ b/test/WebSites/TagHelpersWebSite/project.json @@ -7,21 +7,20 @@ }, "dependencies": { "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.0.0-*" }, "frameworks": { - "net451": {}, + "net451": { }, "netstandardapp1.5": { "imports": [ "dnxcore50", "portable-net451+win8" ], "dependencies": { - "NETStandard.Library": "1.5.0-*" + "NETStandard.Library": "1.5.0-*" } } },