From 6199c8aaee2362f8bbb4d094cc6007b6bef05a70 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Tue, 15 Nov 2016 16:53:57 -0800 Subject: [PATCH] Update Microsoft.AspNetCore.Server.IISIntegration.Tools to 1.1.0-preview4-final. --- samples/MusicStore.Standalone/project.json | 2 +- samples/MusicStore/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/MusicStore.Standalone/project.json b/samples/MusicStore.Standalone/project.json index 127a57a5ff..cd481569b6 100644 --- a/samples/MusicStore.Standalone/project.json +++ b/samples/MusicStore.Standalone/project.json @@ -72,7 +72,7 @@ } }, "tools": { - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final" }, "scripts": { "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" diff --git a/samples/MusicStore/project.json b/samples/MusicStore/project.json index 3e249b1e25..ba139d75ef 100644 --- a/samples/MusicStore/project.json +++ b/samples/MusicStore/project.json @@ -63,7 +63,7 @@ } }, "tools": { - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final" }, "scripts": { "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"