.Net Framework版本清單
Version |
Framework Version |
Publish |
CLR Version |
Visual Studio |
Installed by |
Memo |
1.0 |
1.0 |
2002-02 |
1.0 |
|
|
|
1.1 |
1.1.4322 |
2003-04 |
1.1 |
2003 |
Windows Server 2003 |
|
2.0 |
2.0.50727 |
2005-11 |
2.0 |
2005 |
|
|
3.0 |
3.0.4506 |
2006-11 |
2.0 |
|
Windows Vista, Windows Server 2008 |
|
3.5 |
3.5.21022 |
2007-11 |
2.0 |
2008 |
Windows 7, Windows Server 2008 |
新增LINQ |
4.0 |
4.0.30319 |
2010-04 |
4 |
2010 |
|
|
4.5 |
4.5.40805 |
2012-08 |
4 |
2013 |
Windows 8, Server 2012 |
|
4.5.1 |
|
2013-10 |
4 |
|
Windows 8.1, Server 2012 R2 |
|
4.5.2 |
|
2014-05 |
4 |
2015 |
|
|
4.5.3 |
|
2014-11 |
4 |
2015 |
Windows 10 |
|
4.6 |
|
2015-07 |
4 |
2015 |
Windows 10 |
|
4.6.1 |
|
2015-11 |
4 |
2015 update1 |
Windows 10 1511 |
|
FAQ
Q1: 如何查詢已安裝的版本?
查詢檔案目錄: %systemroot%\Microsoft.NET\Framework如下:
Q2: 如何判斷程式執行的CLR版本?
// example "2.0.50727.5456", "4.0.30319.269"
Trace.WriteLine("Revision="
+ System.Environment.Version.ToString());
Q3: 下載網址?
.NET
Framework 4.5
.NET
Framework 4.0
.NET Framework
3.5
.NET
Framework 2.0
Log:
Date |
Author |
Description |
2016-03-20 |
Honda |
copy from luckstat document. |
2017-01-15 |
Honda |
Add LINQ support time. |