Add dotnet-runtime-9.0 as a dependency for the Mariner package (#21259)

This commit is contained in:
Aditya Patwardhan 2024-02-21 15:36:24 -08:00 committed by GitHub
parent d213bc82e9
commit 597009d321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1569,7 +1569,7 @@ function Get-PackageDependencies
)
if($Script:Options.Runtime -like 'fx*') {
$Dependencies += @(
"dotnet-runtime-8.0"
"dotnet-runtime-9.0"
)
}
} elseif ($Distribution -eq 'macOS') {