From eb94340ea9b5ac65756cbeb5141a240c6507fe29 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Mon, 7 Nov 2016 10:09:35 -0800 Subject: [PATCH] pin publish-iis version --- samples/EchoApp/project.json | 2 +- test/AutobahnTestApp/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/EchoApp/project.json b/samples/EchoApp/project.json index c0acf84815..927c93b2fb 100644 --- a/samples/EchoApp/project.json +++ b/samples/EchoApp/project.json @@ -12,7 +12,7 @@ } }, "tools": { - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*" + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" }, "frameworks": { "netcoreapp1.1": { diff --git a/test/AutobahnTestApp/project.json b/test/AutobahnTestApp/project.json index 250062275e..ea43dfa99e 100644 --- a/test/AutobahnTestApp/project.json +++ b/test/AutobahnTestApp/project.json @@ -14,7 +14,7 @@ } }, "tools": { - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*" + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" }, "frameworks": { "netcoreapp1.1": {