Skip to content

Commit 6353b70

Browse files
authored
Update and rename .NET_version.rst to .NET_version.md
1 parent 1ae4b72 commit 6353b70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Summary:
22

3+
From VB2015 functions can [return tuples](https://stackoverflow.com/a/33720589/1624894).
4+
35
Recommend not working with .NET Framework < 4.5.2. Choose 4.6 if you need to support Windows Vista, otherwise 4.6+
46

5-
See https://support.microsoft.com/en-us/gp/framework_faq/en-us for other supported versions.
7+
See [framework faq](https://support.microsoft.com/en-us/gp/framework_faq/en-us) for other supported versions.
68

79

810
**.NET Framework 4.5.2:** Support for .NET 4.5.2 follows the support lifecycle policy of the parent operating system. It is supported as a Windows component on the latest required operating system update for Windows Vista SP2, Windows 7 SP1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows 8.1 Update, Windows Server 2012, and Windows Server 2012 R2.
@@ -11,4 +13,4 @@ See https://support.microsoft.com/en-us/gp/framework_faq/en-us for other support
1113

1214
**.NET Framework 4.6.1:** Support for .NET 4.6.1 follows the support lifecycle policy of the parent operating system. It is supported as a Windows component on the latest required operating system update for Windows 7 SP1, Windows Server 2008 R2 SP1, Windows 8.1 Update, Windows Server 2012, Windows Server 2012 R2, and Windows 10. Microsoft recommends customers upgrade to .NET Framework 4.6.1 in order to receive the highest level of performance, efficiency, and reliability.
1315

14-
You can determine the current .NET version by querying the registry: https://blogs.msdn.microsoft.com/dotnet/2015/12/09/support-ending-for-the-net-framework-4-4-5-and-4-5-1/
16+
You can determine the current .NET version by [querying the registry](https://blogs.msdn.microsoft.com/dotnet/2015/12/09/support-ending-for-the-net-framework-4-4-5-and-4-5-1/)

0 commit comments

Comments
 (0)