Update publish-iis tooling code block (#1547)

pull/1555/head
Luke Latham 2016-06-28 10:44:41 -05:00 committed by Daniel Roth
parent ce2bb4d36e
commit 502e5f0631
1 changed files with 1 additions and 3 deletions

View File

@ -94,9 +94,7 @@ To include the `publish-iis` tool in your application, add entries to the `tools
.. code-block:: none
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-preview1-final",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
}
},
"scripts": {