Skip to content

Commit ff88268

Browse files
v-maudelmairaw
authored andcommitted
L15901: Uppercasing "!INCLUDE" statement (#6164)
1 parent 9d95f18 commit ff88268

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/framework/migration-guide/runtime/4.6.1-4.7.1.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,61 +8,61 @@ ms.author: "ronpet"
88

99
# Runtime Changes for Migration from .NET Framework 4.6.1 to 4.7.1
1010

11-
[!include[versionselector](../../../../includes/migration-guide/runtime/versionselector.md)]
11+
[!INCLUDE[versionselector](../../../../includes/migration-guide/runtime/versionselector.md)]
1212

13-
[!include[introduction](../../../../includes/migration-guide/runtime/introduction.md)]
13+
[!INCLUDE[introduction](../../../../includes/migration-guide/runtime/introduction.md)]
1414

1515
If you are migrating from the .NET Framework 4.6.1 to 4.7.1, review the following topics for application compatibility issues that may affect your app:
1616

1717
## Data
1818

19-
[!include[Attempting a TCP/IP connection to a SQL Server database that resolves to `localhost` fails](~/includes/migration-guide/runtime/data/attempting-tcpip-connection-sql-server-database-that-resolves-localhost.md)]
19+
[!INCLUDE[Attempting a TCP/IP connection to a SQL Server database that resolves to `localhost` fails](~/includes/migration-guide/runtime/data/attempting-tcpip-connection-sql-server-database-that-resolves-localhost.md)]
2020

21-
[!include[Connection pool blocking period for Azure SQL databases is removed](~/includes/migration-guide/runtime/data/connection-pool-blocking-period-for-azure-sql-databases-removed.md)]
21+
[!INCLUDE[Connection pool blocking period for Azure SQL databases is removed](~/includes/migration-guide/runtime/data/connection-pool-blocking-period-for-azure-sql-databases-removed.md)]
2222

2323
## Globalization
2424

25-
[!include[Unicode standard version 8.0 categories now supported](~/includes/migration-guide/runtime/globalization/unicode-standard-version-80-categories-now-supported.md)]
25+
[!INCLUDE[Unicode standard version 8.0 categories now supported](~/includes/migration-guide/runtime/globalization/unicode-standard-version-80-categories-now-supported.md)]
2626

2727
## Security
2828

29-
[!include[RSACng.VerifyHash now returns False for any verification failure](~/includes/migration-guide/runtime/security/rsacngverifyhash-now-returns-false-for-any-verification-failure.md)]
29+
[!INCLUDE[RSACng.VerifyHash now returns False for any verification failure](~/includes/migration-guide/runtime/security/rsacngverifyhash-now-returns-false-for-any-verification-failure.md)]
3030

31-
[!include[SignedXml and EncryptedXml Breaking Changes](~/includes/migration-guide/runtime/security/signedxml-encryptedxml-breaking-changes.md)]
31+
[!INCLUDE[SignedXml and EncryptedXml Breaking Changes](~/includes/migration-guide/runtime/security/signedxml-encryptedxml-breaking-changes.md)]
3232

3333
## Windows Communication Foundation (WCF)
3434

35-
[!include[Remove Ssl3 from the WCF TransportDefaults](~/includes/migration-guide/runtime/wcf/remove-ssl3-from-wcf-transportdefaults.md)]
35+
[!INCLUDE[Remove Ssl3 from the WCF TransportDefaults](~/includes/migration-guide/runtime/wcf/remove-ssl3-from-wcf-transportdefaults.md)]
3636

37-
[!include[WCF AddressHeaderCollection now throws an ArgumentException if an addressHeader element is null](~/includes/migration-guide/runtime/wcf/wcf-addressheadercollection-now-throws-an-argumentexception-if-addressheader.md)]
37+
[!INCLUDE[WCF AddressHeaderCollection now throws an ArgumentException if an addressHeader element is null](~/includes/migration-guide/runtime/wcf/wcf-addressheadercollection-now-throws-an-argumentexception-if-addressheader.md)]
3838

39-
[!include[WCF MsmqSecureHashAlgorithm default value is now SHA256](~/includes/migration-guide/runtime/wcf/wcf-msmqsecurehashalgorithm-default-value-now-sha256.md)]
39+
[!INCLUDE[WCF MsmqSecureHashAlgorithm default value is now SHA256](~/includes/migration-guide/runtime/wcf/wcf-msmqsecurehashalgorithm-default-value-now-sha256.md)]
4040

41-
[!include[WCF PipeConnection.GetHashAlgorithm now uses SHA256](~/includes/migration-guide/runtime/wcf/wcf-pipeconnectiongethashalgorithm-now-uses-sha256.md)]
41+
[!INCLUDE[WCF PipeConnection.GetHashAlgorithm now uses SHA256](~/includes/migration-guide/runtime/wcf/wcf-pipeconnectiongethashalgorithm-now-uses-sha256.md)]
4242

4343
## Windows Presentation Foundation (WPF)
4444

45-
[!include[Chained Popups with StaysOpen=False](~/includes/migration-guide/runtime/wpf/chained-popups-with-staysopenfalse.md)]
45+
[!INCLUDE[Chained Popups with StaysOpen=False](~/includes/migration-guide/runtime/wpf/chained-popups-with-staysopenfalse.md)]
4646

47-
[!include[Changing the IsEnabled property of the parent of a TextBlock control affects any child controls](~/includes/migration-guide/runtime/wpf/changing-isenabled-property-parent-textblock-control-affects-any-child.md)]
47+
[!INCLUDE[Changing the IsEnabled property of the parent of a TextBlock control affects any child controls](~/includes/migration-guide/runtime/wpf/changing-isenabled-property-parent-textblock-control-affects-any-child.md)]
4848

49-
[!include[CoerceIsSelectionBoxHighlighted](~/includes/migration-guide/runtime/wpf/coerceisselectionboxhighlighted.md)]
49+
[!INCLUDE[CoerceIsSelectionBoxHighlighted](~/includes/migration-guide/runtime/wpf/coerceisselectionboxhighlighted.md)]
5050

51-
[!include[Horizontal scrolling and virtualization](~/includes/migration-guide/runtime/wpf/horizontal-scrolling-virtualization.md)]
51+
[!INCLUDE[Horizontal scrolling and virtualization](~/includes/migration-guide/runtime/wpf/horizontal-scrolling-virtualization.md)]
5252

53-
[!include[Items.Clear does not remove duplicates from SelectedItems](~/includes/migration-guide/runtime/wpf/itemsclear-does-not-remove-duplicates-from-selecteditems.md)]
53+
[!INCLUDE[Items.Clear does not remove duplicates from SelectedItems](~/includes/migration-guide/runtime/wpf/itemsclear-does-not-remove-duplicates-from-selecteditems.md)]
5454

55-
[!include[Item-scrolling a flat list with items of different pixel-height](~/includes/migration-guide/runtime/wpf/item-scrolling-flat-list-with-items-different-pixel-height.md)]
55+
[!INCLUDE[Item-scrolling a flat list with items of different pixel-height](~/includes/migration-guide/runtime/wpf/item-scrolling-flat-list-with-items-different-pixel-height.md)]
5656

57-
[!include[ObjectDisposedException thrown by WPF spellchecker](~/includes/migration-guide/runtime/wpf/objectdisposedexception-thrown-by-wpf-spellchecker.md)]
57+
[!INCLUDE[ObjectDisposedException thrown by WPF spellchecker](~/includes/migration-guide/runtime/wpf/objectdisposedexception-thrown-by-wpf-spellchecker.md)]
5858

59-
[!include[WPF Printing Stack Update](~/includes/migration-guide/runtime/wpf/wpf-printing-stack-update.md)]
59+
[!INCLUDE[WPF Printing Stack Update](~/includes/migration-guide/runtime/wpf/wpf-printing-stack-update.md)]
6060

61-
[!include[WPF Spell Checking fails in unexpected ways](~/includes/migration-guide/runtime/wpf/wpf-spell-checking-fails-unexpected-ways.md)]
61+
[!INCLUDE[WPF Spell Checking fails in unexpected ways](~/includes/migration-guide/runtime/wpf/wpf-spell-checking-fails-unexpected-ways.md)]
6262

6363
## Windows Workflow Foundation (WF)
6464

65-
[!include[Workflow now throws original exception instead of NullReferenceException in some cases](~/includes/migration-guide/runtime/wf/workflow-now-throws-original-exception-instead-nullreferenceexception-some.md)]
65+
[!INCLUDE[Workflow now throws original exception instead of NullReferenceException in some cases](~/includes/migration-guide/runtime/wf/workflow-now-throws-original-exception-instead-nullreferenceexception-some.md)]
6666

67-
[!include[Workflow SQL persistence adds primary key clusters and disallows null values in some columns](~/includes/migration-guide/runtime/wf/workflow-sql-persistence-adds-primary-key-clusters-disallows-null-values.md)]
67+
[!INCLUDE[Workflow SQL persistence adds primary key clusters and disallows null values in some columns](~/includes/migration-guide/runtime/wf/workflow-sql-persistence-adds-primary-key-clusters-disallows-null-values.md)]
6868

0 commit comments

Comments
 (0)