File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ echo license terms or not. Read and understand the license terms of the packages
3939echo being installed and their dependencies prior to installation:
4040echo - https://chocolatey.org/packages/chocolatey
4141echo - https://chocolatey.org/packages/python
42- echo - https://chocolatey.org/packages/visualstudio2022 -workload-vctools
42+ echo - https://chocolatey.org/packages/visualstudio2026 -workload-vctools
4343echo .
4444echo This script is provided AS-IS without any warranties of any kind
4545echo ----------------------------------------------------------------
6161 -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
6262 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^
6363 iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^
64- choco upgrade -y python visualstudio2022 -workload-vctools; ^
64+ choco upgrade -y python visualstudio2026 -workload-vctools; ^
6565 Read-Host ''Type ENTER to exit'' ' ^
6666 -Verb RunAs
You can’t perform that action at this time.
0 commit comments