什么是“替换版本"?在 .NET Framework 中是什么意思? [英] What does "replaces versions" means in .NET Framework terms?

查看:69
本文介绍了什么是“替换版本"?在 .NET Framework 中是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

维基百科表示 .NET Framework 4.7 取代了 4.0–4.6 版.2.这是否意味着我可以在仅安装 .NET Framework 4.7 的情况下运行需要(例如).NET Framework 4.0 的程序?

Wikipedia says that the .NET Framework 4.7 replaces versions 4.0–4.6.2. Does this mean that I can run a program that requires (for example) .NET Framework 4.0 with only .NET Framework 4.7 installed?

推荐答案

这意味着 4.7 是 4.0–4.6.2 的替代品.

That means that 4.7 is a drop in replacement for 4.0–4.6.2.

例如,如果您在已经有 .net 1.0 的系统上安装了 .net 2.0,您最终会得到两个 .net 实例:1.0 &2.0.

For example, if you installed .net 2.0 on a system that already had .net 1.0 you would end up with two instances of .net: 1.0 & 2.0.

如果您在只有 .net 4.6 的系统上安装 .net 4.7,那么您在该系统上将只有一个 .net 版本,即 .net 4.7.4.6 .net 文件更新为 4.7 等效文件.

If you install .net 4.7 on a system that has .net 4.6 only, then you would only have one .net version on that system, which would be .net 4.7. The 4.6 .net files are updated to their 4.7 equivalents.

这篇关于什么是“替换版本"?在 .NET Framework 中是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆