mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 03:46:23 +08:00
Add dotnet-runtime-9.0 as a dependency for the Mariner package (#21259)
This commit is contained in:
parent
d213bc82e9
commit
597009d321
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user