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)
|
param($context)
|
||||||
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
||||||
|
|
||||||
choco install -y "dotnet-6.0-desktopruntime" vcredist140;
|
choco install -y "dotnet-6.0-desktopruntime" vcredist2013;
|
||||||
$tempDir = $context.GetTempDirectory();
|
$tempDir = $context.GetTempDirectory();
|
||||||
$installer = "setup.exe";
|
$installer = "setup.exe";
|
||||||
[string]$processName = $null;
|
[string]$processName = $null;
|
||||||
|
|
Loading…
Reference in a new issue