Skip to content

Commit 898a073

Browse files
authored
Merge pull request microsoft#1145 from microsoft/mairaw-patch-1
fix doc bug
2 parents a1e9920 + 2a88cfb commit 898a073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/compatibility/wpf-databinding-should-use-key-not-indexer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Fixed [Binding's](xref:System.Windows.Data.Binding) incorrect use of IList index
1616
- [ ] Build-time break
1717

1818
### Recommended Action
19-
In order for the application to benefit from this change, it must run on the .NET Framework 4.7.2 or later, and it must opt in to the change by adding the following [AppContext switch](https://docs.microsoft.com/dotnet/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element) to the `<runtime>` section of the app config file and setting it to `false`:
19+
In order for an application that targets an older version to benefit from this change, it must run on the .NET Framework 4.8 or later, and it must opt in to the change by adding the following [AppContext switch](https://docs.microsoft.com/dotnet/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element) to the `<runtime>` section of the app config file and setting it to `false`:
2020

2121
```xml
2222
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)