Pinning missed tools and dependencies

This commit is contained in:
Pranav K 2016-11-18 12:41:41 -08:00
Родитель 8d808115e3
Коммит 665245fd7c
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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%"

Просмотреть файл

@ -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%"

Просмотреть файл

@ -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"