简体   繁体   English

如果我删除了用于4.6.2目标开发的“ .NET Framework 4.7”

[英]if i remove the “.NET framework 4.7” for 4.6.2 target Development

※!WARNING! ※!警告! terrible english skill 糟糕的英语能力

hello. 你好。 i am kind of developer(System Integrator). 我是一名开发人员(系统集成商)。 now, i join the one project using mfc, .NET 现在,我使用Mfc,.NET加入一个项目

this project's target version is .NET Framework 4.6.2 but, my development pc(win10) is automatically updated(v4.7.x). 该项目的目标版本是.NET Framework 4.6.2,但我的开发pc(win10)会自动更新(v4.7.x)。

so, i wanna remove v4.7 for fit to release PC. 因此,我想删除v4.7以适合发布PC。 (release PC is cant change .NET version. release PC is offlinePC, so, they can control .NET version.) (发布的PC不能更改.NET版本。发布的PC是offlinePC,因此,他们可以控制.NET版本。)

but, i heard remove v4.7 is not recommended solution. 但是,我听说不建议删除v4.7。 im worry about thing is this. 我担心的是这个。

1) if i remove the ".NET framework 4.7", is that cause of any problem? 1)如果我删除了“ .NET Framework 4.7”,那是什么原因引起的吗?

2) or guide safely re-install to set 4.6.2 if exist? 2)或指导安全地重新安装以设置4.6.2(如果存在)?

You can update your Target framework directly from your solution 您可以直接从解决方案中更新目标框架

  1. Click on the project > then click on properties 单击项目>然后单击属性
  2. Click on the dropdown Target framework. 单击下拉目标框架。
  3. Choose the one you need 选择您需要的那个 在此处输入图片说明

So you don't need to install or uninstall anything. 因此,您不需要安装或卸载任何东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM