Does installing .NET Framework 4.7 eliminate the need to install 4.6.x?

大憨熊 提交于 2019-12-03 08:42:21

问题


Our environments currently have

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

Rolling out 4.7 this week. Will an application targeting 4.6.x use 4.7, or do I need to install 4.6 also?


回答1:


From 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 is the topmost entry in the table that follows. Which means that once it's installed, you cannot/do not need to install 4.6 (any variant)



来源:https://stackoverflow.com/questions/44114599/does-installing-net-framework-4-7-eliminate-the-need-to-install-4-6-x

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!