Fixing typo in project.json settings (#1660)

The modifications that are needed for the `tools` and `scripts` sections of *project.json* no longer has a stray `}` to make it easier for folks who are copy and pasting.
pull/1663/merge
Nithin Shenoy 2016-07-12 16:29:22 -04:00 committed by Daniel Roth
parent 9c691918bc
commit 2a32bb314e
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ To include the `publish-iis` tool in your application, add entries to the `tools
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
}
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"