Skip to content

Commit

Permalink
Set the ollForwardOnNoCandidateFx in runtimeconfig.json to roll f…
Browse files Browse the repository at this point in the history
…orward only on minor and patch versions (#20689) (#20865)
  • Loading branch information
daxian-dbw committed Dec 8, 2023
1 parent 9daa3f3 commit a19ffde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
@@ -1,4 +1,4 @@
// This is required to roll forward to runtime 3.x when 2.x is not installed
// This is required to roll forward to supported minor.patch versions of the runtime.
{
"rollForwardOnNoCandidateFx": 2
"rollForwardOnNoCandidateFx": 1
}
3 changes: 2 additions & 1 deletion src/powershell-unix/runtimeconfig.template.json
@@ -1,3 +1,4 @@
// This is required to roll forward to supported minor.patch versions of the runtime.
{
"rollForwardOnNoCandidateFx": 2
"rollForwardOnNoCandidateFx": 1
}
3 changes: 2 additions & 1 deletion src/powershell-win-core/runtimeconfig.template.json
@@ -1,3 +1,4 @@
// This is required to roll forward to supported minor.patch versions of the runtime.
{
"rollForwardOnNoCandidateFx": 2
"rollForwardOnNoCandidateFx": 1
}

0 comments on commit a19ffde

Please sign in to comment.