From a0c9f1bea039e024201406a01699d98d9f7df40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 12 May 2016 04:04:47 +0200 Subject: [PATCH] React to version changes in aspnet/IISIntegration https://github.com/aspnet/IISIntegration/commit/4ac08115852578a107a6a4d197ebb41cb09b5bd7 --- samples/Mvc.Client/project.json | 2 +- samples/Mvc.Server/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index 289e974a..8473860b 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -46,7 +46,7 @@ "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-rc2-*", + "version": "1.0.0-preview1-*", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index a264c337..c8a77aba 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -51,7 +51,7 @@ "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-rc2-*", + "version": "1.0.0-preview1-*", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } },