Skip to content

Commit eb817e3

Browse files
authored
[release/v7.2.18] Set the ollForwardOnNoCandidateFx in runtimeconfig.json to roll forward only on minor and patch versions
1 parent e8e8bc7 commit eb817e3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is required to roll forward to runtime 3.x when 2.x is not installed
1+
// This is required to roll forward to supported minor.patch versions of the runtime.
22
{
3-
"rollForwardOnNoCandidateFx": 2
3+
"rollForwardOnNoCandidateFx": 1
44
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This is required to roll forward to supported minor.patch versions of the runtime.
12
{
2-
"rollForwardOnNoCandidateFx": 2
3+
"rollForwardOnNoCandidateFx": 1
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This is required to roll forward to supported minor.patch versions of the runtime.
12
{
2-
"rollForwardOnNoCandidateFx": 2
3+
"rollForwardOnNoCandidateFx": 1
34
}

0 commit comments

Comments
 (0)