Search code examples
.net.net-framework-version

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

this project's target version is .NET Framework 4.6.2 but, my development pc(win10) is automatically updated(v4.7.x).

so, i wanna remove v4.7 for fit to release PC. (release PC is cant change .NET version. release PC is offlinePC, so, they can control .NET version.)

but, i heard remove v4.7 is not recommended solution. im worry about thing is this.

1) if i remove the ".NET framework 4.7", is that cause of any problem?

2) or guide safely re-install to set 4.6.2 if exist?


Solution

  • 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 needenter image description here

    So you don't need to install or uninstall anything.