Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which .Net version does windows 10 have built-in? [closed]

I want to know which .Net version does windows 10 have built-in? like Windows 7 comes with 3.0 and 3.5 .Net pre-installed by default.

like image 773
Qasim Avatar asked Feb 12 '16 12:02

Qasim


People also ask

What version of .NET framework comes with Windows 10 21H2?

The June 14, 2022 update for Windows 10, version 20H2, Windows Server, version 20H2, Windows 10 Version 21H1, and Windows 10 Version 21H2 includes cumulative reliability improvements in . NET Framework 3.5 and 4.8. We recommend that you apply this update as part of your regular maintenance routines.

Does Windows 10 come with .NET core?

Net Core part of Windows 10? . Net Core does not seem to come with Windows (as a component via updates, whatever) and requires a separate install.


1 Answers

Here is a link to Microsoft Article that answers "What version of the .NET Framework is included in what version of the OS?"

Windows 10 (all editions) includes the .NET Framework 4.6 as an OS component, and it is installed by default. It also includes the .NET Framework 3.5 SP1 as an OS component that is not installed by default. The .NET Framework 3.5 SP1 can be added or removed via the Programs and Features control panel.

Details from the link:

  • Windows 10 1507 (all editions) includes the .NET Framework 4.6.0
  • Windows 10 1511 November 2015 Update (all editions) includes the .NET Framework 4.6.1
  • Windows 10 1607 Anniversary Update (all editions) includes the .NET Framework 4.6.2
  • Windows 10 1703 Creators Update (all editions) includes the .NET Framework 4.7
  • Windows 10 1709 Fall 2017 Creators Update (all editions) includes the .NET Framework 4.7.1
  • Windows 10 1803 April 2018 Update (all editions) includes the .NET Framework 4.7.2
  • Windows 10 1903 May 2019 Update (all editions) includes the .NET Framework 4.8
like image 97
clhy Avatar answered Oct 02 '22 12:10

clhy