79

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.

Robert MacLean
  • 38,975
  • 25
  • 98
  • 152

3 Answers3

56

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.

boop
  • 7,413
  • 13
  • 50
  • 94
samjudson
  • 56,243
  • 7
  • 59
  • 69
23

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

John
  • 1,011
  • 11
  • 18
21

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

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

Martin Schneider
  • 14,263
  • 7
  • 55
  • 58
ElizabethGreene
  • 311
  • 2
  • 3