Fix incorrect dependency version
This commit is contained in:
parent
d5c083a557
commit
19d1120a57
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
param($context)
|
||||
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
||||
|
||||
choco install -y "dotnet-6.0-desktopruntime" vcredist140;
|
||||
choco install -y "dotnet-6.0-desktopruntime" vcredist2013;
|
||||
$tempDir = $context.GetTempDirectory();
|
||||
$installer = "setup.exe";
|
||||
[string]$processName = $null;
|
||||
|
|
Loading…
Reference in a new issue