diff --git a/samples/TagHelperSample.Web/project.json b/samples/TagHelperSample.Web/project.json index 810ae8ca4f..f291cdbd57 100644 --- a/samples/TagHelperSample.Web/project.json +++ b/samples/TagHelperSample.Web/project.json @@ -19,6 +19,10 @@ "imports": [ "net45" ] + }, + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-*", + "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, "frameworks": { @@ -41,12 +45,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%" }