Remove default value for version from Install-Dotnet, so it's controlled only in Start-PSBootstrap

This commit is contained in:
Sergei Vorobev 2016-11-14 10:31:26 -08:00 committed by Sergei Vorobev
parent f5ca586118
commit dbc084537a

View File

@ -851,7 +851,7 @@ function Install-Dotnet {
[CmdletBinding()]
param(
[string]$Channel = "rel-1.0.0",
[string]$Version = "latest",
[string]$Version,
[switch]$NoSudo
)