diff --git a/samples/MusicStore.Standalone/project.json b/samples/MusicStore.Standalone/project.json index f645b2f..e166646 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 2e7e679..5ee31c0 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%" diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index ab5b7b0..7d311f4 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -27,7 +27,7 @@ "netcoreapp1.1": {} }, "tools": { - "Microsoft.Extensions.SecretManager.Tools": "1.0.0-*" + "Microsoft.Extensions.SecretManager.Tools": "1.1.0-preview4-final" }, "testRunner": "xunit", "userSecretsId": "MusicStore.E2ETests"