Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What version of .NET ships with what version of Windows?

Looking for a list of Windows versions (service packs included) and what version of .NET is natively1 available.

Example:

Windows A - .NET Framework Z
Windows A Service Pack 1 - .NET Framework Z
Windows A Service Pack 2 - .NET Framework Y


1 By natively I mean that is there with no installs done.

like image 964
Robert MacLean Avatar asked May 26 '09 08:05

Robert MacLean


People also ask

What version of .NET does Windows 10 ship with?

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.

What version of .NET comes with Windows 11?

NET Framework 4.8 is included with Windows 11, and runs any . NET Framework 4.

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.


3 Answers

This should give you all the answers you want:

https://en.wikipedia.org/wiki/.NET_Framework_version_history#Overview

Due to the fact that new versions of .NET are being released all the time I felt it would not be correct to try to embed the history into this answer, but merely direct you to a source which is updated.

like image 188
samjudson Avatar answered Oct 06 '22 22:10

samjudson


The following picture explains it perfectly:

which-version-of-net-is-built-into

source: http://petermarcu.blogspot.ie/2010/02/which-version-of-net-is-built-into.html

like image 35
John Avatar answered Oct 06 '22 22:10

John


Microsoft released a chart for this. .NET Framework Versions and Dependencies

A checkmark means its included, a plus sign means it can be installed.

like image 35
ElizabethGreene Avatar answered Oct 06 '22 21:10

ElizabethGreene