From 078865caa6d46825ad4be6de470b0f756fcd6533 Mon Sep 17 00:00:00 2001 From: ChristianHaefner <49406139+ChristianHaefner@users.noreply.github.com> Date: Wed, 21 Jul 2021 17:05:52 +0200 Subject: [PATCH] Update selection.md Removed typo in Framework-dependent apps roll-forward desc --- docs/core/versions/selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/versions/selection.md b/docs/core/versions/selection.md index fd13ae7a54a04..4fce9dacd11ce 100644 --- a/docs/core/versions/selection.md +++ b/docs/core/versions/selection.md @@ -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.