Skip to content

Commit fe520b1

Browse files
mlailyBillWagner
authored andcommitted
Fix a typo (#5251)
1 parent ab4566c commit fe520b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/migration-guide/versions-and-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Each version of the .NET Framework contains the common language runtime (CLR), t
2424

2525
|.NET Framework version|CLR version|Features|Included in Visual Studio version|✓ Included in<br />+ Can be installed on<br />Windows|✓ Included in<br />+ Can be installed on<br />Windows Server|To determine installed .NET version|
2626
|----------------------------|-----------------|--------------|---------------------------------------|----------------------------------------------------|-----------------------------------------------------------|-----------------------------------------|
27-
|4.7.2|4|- Numerous cryptographic enhancments.<br/> - Improved performance when decompressing ZIP archives.<br/> - Additional APIs in collection classes.<br/> - Support for dependency injection in Web Forms.<br/> - Support for same-site cookies in ASP.NET.<br/> - Implementation of additional <xref:System.Net.Http.HttpClientHandler> properties.<br/> -SQLClient support for Azure Active Directory Universal Authentication and Multi-factor authentication.<br/> - SqlClient support for enclave-based Always Encrypted.<br/> - Support in WPF for finding ResourceDictionaries by source, for finding ResourceDictionary owners, and for finding StaticResource references.<br/> -Support for deploying HDPI-aware applications for Windows Forms, WPF, and Visual Studio Tools for Office (VSTO) using ClickOnce.<br/> - Numerous accessibility improvements; see [What's new in accessibility in the .NET Framework](../whats-new/whats-new-in-accessibility.md).| |✓ 10 April 2018 Update <br/><br/> + 10 Fall Creators Update <br/> <br/> + 10 Creators Update <br/> + 10 Anniversary Update <br/> + 8.1 <br/> +7 | + 2016 <br/> + 2012 R2 <br/> + 2012 <br/> + 2008 R2 SP1 |Use `Release` DWORD:<br/><br/> - 461808 (Windows 10 April 2018 Update) <br/> - 461814 (all other OS versions) <br/><br/> (see [instructions](../../../docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md))|
27+
|4.7.2|4|- Numerous cryptographic enhancements.<br/> - Improved performance when decompressing ZIP archives.<br/> - Additional APIs in collection classes.<br/> - Support for dependency injection in Web Forms.<br/> - Support for same-site cookies in ASP.NET.<br/> - Implementation of additional <xref:System.Net.Http.HttpClientHandler> properties.<br/> -SQLClient support for Azure Active Directory Universal Authentication and Multi-factor authentication.<br/> - SqlClient support for enclave-based Always Encrypted.<br/> - Support in WPF for finding ResourceDictionaries by source, for finding ResourceDictionary owners, and for finding StaticResource references.<br/> -Support for deploying HDPI-aware applications for Windows Forms, WPF, and Visual Studio Tools for Office (VSTO) using ClickOnce.<br/> - Numerous accessibility improvements; see [What's new in accessibility in the .NET Framework](../whats-new/whats-new-in-accessibility.md).| |✓ 10 April 2018 Update <br/><br/> + 10 Fall Creators Update <br/> <br/> + 10 Creators Update <br/> + 10 Anniversary Update <br/> + 8.1 <br/> +7 | + 2016 <br/> + 2012 R2 <br/> + 2012 <br/> + 2008 R2 SP1 |Use `Release` DWORD:<br/><br/> - 461808 (Windows 10 April 2018 Update) <br/> - 461814 (all other OS versions) <br/><br/> (see [instructions](../../../docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md))|
2828
|4.7.1|4|- Support for .NET Standard 2.0.<br/> - Support for configuration builders, allowing the creation of configuration files at runtime.<br/> - Runtime feature detection, which allows you to determine whether a predefined feature is supported in the runtime environment.<br/> - Serializable value tuples.<br/> - Improved performance for garbage collection.<br/> - Support for portable PDBs.<br/> - SHA-2 support for <xref:System.Messaging.Message.HashAlgorithm%2A?displayProperty=nameWithType>.<br/> - Support for ASP.NET cookie parsing with the <xref:System.Web.HttpCookie.TryParse%2A?displayProperty=nameWithType> method.<br/> - Support for SHA-2 hashing for ASP.NET forms authentication credentials.<br/> - Numerous accessibility improvements for app developers; see [What's new in accessibility in the .NET Framework](../whats-new/whats-new-in-accessibility.md).| | ✓ 10 Fall Creators Update <br/> <br/> + 10 Creators Update <br/> + 10 Anniversary Update <br/> + 8.1 <br/> +7| + 2016 <br/> + 2012 R2 <br/> + 2012 <br/> + 2008 R2 SP1 |Use `Release` DWORD:<br/><br/> - 461308 (Windows 10 Creators Update) <br/> - 461310 (all other OS versions) <br/><br/> (see [instructions](../../../docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md))|
2929
|4.7|4|- Support for the level of TLS support provided by the operating system.<br/> - Ability to configure default message security settings for TLS1.1 or TLS1.2. <br /> - Improved reliability of the <xref:System.Runtime.Serialization.Json.DataContractJsonSerializer>. <br /> - Improved reliability of serialization and deserialization with WCF applications. <br /> - Ability to extend the ASP.NET object cache. <br /> - Support for a touch/stylus stack based on `WM_POINTER` Windows messages instead of the Windows Ink Services Platform (WISP) for WPF applications. <br /> - Use of Window's Print Document Package API for printing in WPF applications.<br /> - Enhanced high DPI and multi-monitor support for Windows Forms applications running on Windows 10 Creators Update. | | ✓ 10 Creators Update <br/> <br/> + 10 Anniversary Update <br/> + 8.1 <br/> +7| + 2016 <br/> + 2012 R2 <br/> + 2012 <br/> + 2008 R2 SP1 |Use `Release` DWORD:<br/><br/> - 460798 (Windows 10 Creators Update) <br/> - 460805 (all other OS versions) <br/><br/> (see [instructions](../../../docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md)) |
3030
|4.6.2|4|- Cryptography enhancements, including support for X509 certificates containing FIS 186-3 DSA, support for persisted-key symmetric encryption, <xref:System.Security.Cryptography.Xml.SignedXml> support for SHA-2 hashing, and increased clarity for inputs to ECDiffieHellman key derivation routines.<br />- For Windows Presentation Foundation (WPF) apps, soft keyboard support, and per-monitor DPI.<br />- ClickOnce support for the TLS 1.1 and TLS 1.2 protocols.<br />- Support for converting Windows Forms and WPF apps to UWP apps.||✓ 10 Anniversary Update<br /><br /> + 10 November Update <br/> + 10 <br/> + 8.1<br />+ 7|✓ 2016<br /><br /> + 2012 R2<br />+ 2012<br />+ 2008 R2 SP1|Use `Release` DWORD:<br /><br /> - 394802 (Windows 10 Anniversary Update)<br />- 394806 (all other OS versions)<br /><br /> (see [instructions](../../../docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md))|

0 commit comments

Comments
 (0)