mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Remove default value for version from Install-Dotnet, so it's controlled only in Start-PSBootstrap
This commit is contained in:
parent
f5ca586118
commit
dbc084537a
@ -851,7 +851,7 @@ function Install-Dotnet {
|
||||
[CmdletBinding()]
|
||||
param(
|
||||
[string]$Channel = "rel-1.0.0",
|
||||
[string]$Version = "latest",
|
||||
[string]$Version,
|
||||
[switch]$NoSudo
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user