Update Microsoft.AspNetCore.Server.IISIntegration.Tools to 1.1.0-preview4-final.

This commit is contained in:
Cesar Blum Silveira 2016-11-15 16:53:57 -08:00
parent 6b2a57b3cc
commit 6199c8aaee
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
} }
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
}, },
"scripts": { "scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

View File

@ -63,7 +63,7 @@
} }
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
}, },
"scripts": { "scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"