Skip to content

Commit

Permalink
Fix the recommended action on how to set the roll-forward policy (#35775
Browse files Browse the repository at this point in the history
)

Changing the roll-forward policy in the `global.json` file will only affect the _SDK_ used, not the _runtime_ used.
  • Loading branch information
0xced authored Jun 13, 2023
1 parent ba9cdf5 commit 0da2028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/compatibility/sdk/8.0/tool-rollforward.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ A .NET (local) tool is a specific kind of .NET application that's intended to be

## Recommended action

If this change is undesirable, you can explicitly set the roll-forward policy to `latestPatch` in the [global.json](../../../tools/global-json.md) file.
If this change is undesirable, you can explicitly set the roll-forward policy to `latestPatch` in the `RollForward` MSBuild property or the `rollForward` property of the runtime configuration file.

## See also

- [rollForward](../../../tools/global-json.md#rollforward)
- [rollForward](https://github.com/dotnet/designs/blob/main/accepted/2019/runtime-binding.md#rollforward)

0 comments on commit 0da2028

Please sign in to comment.