Skip to content

Commit

Permalink
Update dotnet-runtime version (#17472)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Jun 2, 2022
1 parent f1cb6d6 commit 896466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/packaging/packaging.psm1
Expand Up @@ -1368,7 +1368,7 @@ function Get-PackageDependencies
)
if($Script:Options.Runtime -like 'fx*') {
$Dependencies += @(
"dotnet-runtime-7.0"
"dotnet-runtime-6.0"
)
}
} elseif ($Distribution -eq 'macOS') {
Expand Down

0 comments on commit 896466b

Please sign in to comment.