We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c324cce commit 56c21c9Copy full SHA for 56c21c9
1 file changed
workload/scripts/workload-install.ps1
@@ -62,6 +62,7 @@ $LatestVersionMap = [ordered]@{
62
"$ManifestBaseName-9.0.100" = "10.0.104";
63
"$ManifestBaseName-9.0.200" = "10.0.110";
64
"$ManifestBaseName-9.0.300" = "10.0.111";
65
+ "$ManifestBaseName-10.0.100" = "10.0.123";
66
}
67
68
function New-TemporaryDirectory {
@@ -297,7 +298,7 @@ if (Get-Command $DotnetCommand -ErrorAction SilentlyContinue)
297
298
{
299
if ($UpdateAllWorkloads.IsPresent)
300
- $InstalledDotnetSdks = Invoke-Expression "& '$DotnetCommand' --list-sdks | Select-String -Pattern '^6|^7'" | ForEach-Object {$_ -replace (" \[.*","")}
301
+ $InstalledDotnetSdks = Invoke-Expression "& '$DotnetCommand' --list-sdks | Select-String -Pattern '^6|^7|^8|^9|^10'" | ForEach-Object {$_ -replace (" \[.*","")}
302
303
else
304
0 commit comments