Show
.NET Framework Version & .NET Core Version
Hide Code
2017. 10. 7. 14:05
List of .NET Framework versions
컴퓨터에 설치된 .NET Framework Version 확인 방법은 아래 링크에 설명되어 있다.
http://msdn.microsoft.com/library/hh925568.aspx
http://support.microsoft.com/kb/318785
To determine which versions of the .NET Framework are installed on a computer, follow these steps:
What .NET Framework version numbers go with what service pack
컴퓨터에 설치된 .NET Framework Version 확인 방법은 아래 링크에 설명되어 있다.
http://msdn.microsoft.com/library/hh925568.aspx
http://support.microsoft.com/kb/318785
1.0.3705.0 .NET Framework 1.0
1.0.3705.209 .NET Framework 1.0 SP1
1.0.3705.288 .NET Framework 1.0 SP2
1.0.3705.6018 .NET Framework 1.0 SP3
1.1.4322.573 .NET Framework 1.1
1.1.4322.2032 .NET Framework 1.1 SP1
1.1.4322.2300 .NET Framework 1.1 included with Windows Server 2003 32-bit SP1
2.0.50727.42 .NET Framework 2.0
2.0.50727.1433 .NET Framework 2.0 SP1
2.0.50727.3053 .NET Framework 2.0 SP2(?)
3.0.4506.648 .NET Framework 3.0 SP1(?)
3.0.4506.2152 .NET Framework 3.0 SP2(?)
3.5.21022.8 .NET Framework 3.5(?)
3.5.30729.1 .NET Framework 3.5 SP1(?)
1.1.4322.0 Visual J# 1.1
2.0.50727.42 Visual J# 2.0
2.0.50727.937 Visual J# 2.0 SE
1.0.3705.209 .NET Framework 1.0 SP1
1.0.3705.288 .NET Framework 1.0 SP2
1.0.3705.6018 .NET Framework 1.0 SP3
1.1.4322.573 .NET Framework 1.1
1.1.4322.2032 .NET Framework 1.1 SP1
1.1.4322.2300 .NET Framework 1.1 included with Windows Server 2003 32-bit SP1
2.0.50727.42 .NET Framework 2.0
2.0.50727.1433 .NET Framework 2.0 SP1
2.0.50727.3053 .NET Framework 2.0 SP2(?)
3.0.4506.648 .NET Framework 3.0 SP1(?)
3.0.4506.2152 .NET Framework 3.0 SP2(?)
3.5.21022.8 .NET Framework 3.5(?)
3.5.30729.1 .NET Framework 3.5 SP1(?)
1.1.4322.0 Visual J# 1.1
2.0.50727.42 Visual J# 2.0
2.0.50727.937 Visual J# 2.0 SE
To determine which versions of the .NET Framework are installed on a computer, follow these steps:
- Open any one of the folders in the previous list, and then locate the Mscorlib.dll file.
- Right-click the file, and then click Properties.
- Click the Version tab, and then note the file version.
- Use the previous list to determine which version of the .NET Framework is installed on the computer, and then click OK.
What .NET Framework version numbers go with what service pack
.NET Core
https://github.com/dotnet/core
.NET Core Download
https://github.com/dotnet/core/blob/master/release-notes/download-archive.md
Determine .NET Core
https://stackoverflow.com/questions/38567353/how-to-determine-if-netcore-is-installed
Using .NET Core in Visual Studio Code
https://code.visualstudio.com/docs/other/dotnet
.NET and C# - Get Started in 10 Minutes
https://www.microsoft.com/net/core#windowscmd
Working with C#
https://code.visualstudio.com/docs/languages/csharp