File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ $globalJsonFile = "$PSScriptRoot\..\global.json"
1010$dotnetInstallDir = " $PSScriptRoot \.dotnet"
1111
1212. $installScript - InstallDir $dotnetInstallDir - JSonFile $globalJsonFile
13- . $installScript - InstallDir $dotnetInstallDir - Channel 6.0
1413. $installScript - InstallDir $dotnetInstallDir - Channel 8.0
Original file line number Diff line number Diff line change @@ -14,5 +14,4 @@ global_json_file="$(dirname "$0")/../global.json"
1414dotnet_install_dir=" $( dirname " $0 " ) /.dotnet"
1515
1616" $install_script " --install-dir " $dotnet_install_dir " --jsonfile " $global_json_file "
17- " $install_script " --install-dir " $dotnet_install_dir " --channel 6.0
1817" $install_script " --install-dir " $dotnet_install_dir " --channel 8.0
You can’t perform that action at this time.
0 commit comments