.net - 安装 .NET Framework 4.7 是否无需安装 4.6.x?

标签 .net .net-framework-version

我们的环境目前有

.NET Framework 2.0        50727
.NET Framework 3.0        30729
.NET Framework 3.5        30729
.NET Framework 4.5.2     379893

本周推出 4.7。面向 4.6.x 的应用程序是否会使用 4.7,还是我还需要安装 4.6?

最佳答案

来自Installing the .NET Framework :

All of the .NET Framework versions listed in the following table are in-place updates to the .NET Framework 4. In other words, if you install a later version, such as the .NET Framework 4.6, you do not first have to install the previous versions, such as the .NET Framework 4.5, 4.5.1, or 4.5.2

.NET 4.7 是下表中最上面的条目。这意味着一旦安装,您就不能/不需要安装 4.6(任何变体)

关于.net - 安装 .NET Framework 4.7 是否无需安装 4.6.x?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44114599/

相关文章:

c# - 在 .NET 1.1 中使用数据集更新 oracle

.net - Visual Studio 扩展安装

.net - WPF TabControl 中的滚动内容溢出

asp.net - Visual Studio 2019 似乎没有看到我安装了 .NET Core 3.1(带 SDK)

.net - 如何更改 Visual Studio 2010 中的目标框架(单元测试)?

.net - 寻找一种将大量对象加载到 .NET 中的 IDictionary 的技术

.net - 如何在单元测试中比较复杂对象作为 C# 中的结构

.net - 针对低版本的项目可以使用高版本的.NET Framework吗?

c# - 使用 C# 中的线程将大型文本文件(500 万条记录)并行拆分为较小的文件

asp.net-mvc - AzureKeyVault ConfigurationBuilder 中的 connectionString 属性是什么样的?