Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/versions/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ A few usage examples demonstrate the behavior, if you target 5.0:
Minor version roll-forward has one side-effect that may affect end users. Consider the following scenario:

01. The application specifies that 5.0 is required.
02. When run, version 5.0.* isn't installed, however, 5.1.0 is. Version 3.1.0 will be used.
02. When run, version 5.0.* isn't installed, however, 5.1.0 is. Version 5.1.0 will be used.
03. Later, the user installs 5.0.3 and runs the application again, 5.0.3 will now be used.

It's possible that 5.0.3 and 5.1.0 behave differently, particularly for scenarios like serializing binary data.
Expand Down