Skip to content

Commit 1d2039f

Browse files
fix missing recent version (#178)
1 parent 73ef040 commit 1d2039f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Outsystems.SetupTools/Functions/Install-OSServerPreReqs.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ function Install-OSServerPreReqs
202202
$installDotNetHostingBundle6 = $false
203203
$installDotNetHostingBundle8 = $true
204204
$installDotNetHostingBundle10 = $false
205+
$mostRecentHostingBundleVersion = [version]$script:OSDotNetHostingBundleReq['8']['Version']
205206
}
206207
elseif ($fullVersion -ge [version]"11.40.2.0")
207208
{

0 commit comments

Comments
 (0)