Does the .Net Framework 4.0 Installer include the .Net Framework 3.5?

后端 未结 4 1565
广开言路
广开言路 2020-12-01 13:24

Do .Net components that were compiled against the .Net Framework 3.5 run on a system that has only .Net Framework 4.0 installed?

Or in other words, does the .Net Fra

4条回答
  •  攒了一身酷
    2020-12-01 14:12

    See: .NET Framework Versions and Dependencies

    This gives a clear picture what is included in each version of .Net. Also,

    You do not have to install previous versions of the .NET Framework or the CLR before you install the latest version; each version provides the necessary components.

提交回复
热议问题