From 43cb58b9d725907eba35b0ade8d1191686bc0bae Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 26 Apr 2016 11:15:49 -0700 Subject: [PATCH] Fix project.json --- samples/TagHelperSample.Web/project.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/samples/TagHelperSample.Web/project.json b/samples/TagHelperSample.Web/project.json index 41bb21650b..9ae47ca64a 100644 --- a/samples/TagHelperSample.Web/project.json +++ b/samples/TagHelperSample.Web/project.json @@ -20,6 +20,10 @@ "imports": [ "net45" ] + }, + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-*", + "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, "frameworks": { @@ -42,12 +46,6 @@ "wwwroot", "web.config" ], - "tools": { - "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", - "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" - } - }, "scripts": { "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" }