From 502e5f06315534aacb13b9874dde6b8f812f90df Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Tue, 28 Jun 2016 10:44:41 -0500 Subject: [PATCH] Update publish-iis tooling code block (#1547) --- aspnet/publishing/iis.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aspnet/publishing/iis.rst b/aspnet/publishing/iis.rst index 9f3b72df85..e6e05233c6 100644 --- a/aspnet/publishing/iis.rst +++ b/aspnet/publishing/iis.rst @@ -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": {