Windows 10 内置了哪个 .Net 版本?

Which .Net version does windows 10 have built-in?(Windows 10 内置了哪个 .Net 版本?)
本文介绍了Windows 10 内置了哪个 .Net 版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道 windows 10 内置了哪个 .Net 版本?像 Windows 7 一样默认预装了 3.0 和 3.5 .Net.

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.

推荐答案

这里有一个 链接到 Microsoft 文章,回答什么版本的.NET Framework 包含在哪个版本的操作系统中?"

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(所有版本)包含 .NET Framework 4.6 作为操作系统组件,并且默认安装.它还包括 .NET Framework 3.5 SP1 作为默认情况下不安装的 OS 组件.可以通过程序和功能"控制面板添加或删除 .NET Framework 3.5 SP1.

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.

链接中的详细信息:

  • Windows 10 1507(所有版本)包括 .NET Framework 4.6.0
  • Windows 10 1511 2015 年 11 月更新(所有版本)包括 .NET Framework 4.6.1
  • Windows 10 1607 周年更新(所有版本)包括 .NET Framework 4.6.2
  • Windows 10 1703 Creators Update(所有版本)包括 .NET Framework 4.7
  • Windows 10 1709 2017 秋季创意者更新(所有版本)包括 .NET Framework 4.7.1
  • Windows 10 1803 2018 年 4 月更新(所有版本)包括 .NET Framework 4.7.2
  • Windows 10 1903 2019 年 5 月更新(所有版本)包括 .NET Framework 4.8

这篇关于Windows 10 内置了哪个 .Net 版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)