Windows 10 comes with Microsoft (Dot) .Net Framework already installed, so if you want to use an older version of .net framework you need to do some things .
First you need to have a Microsoft 10 DVD or ISO image.
Mount the dvd in to the drive, iso into the virtual drive or go to the dvd/sources/sxs and copy the cab file microsoft-windows-netfx3-ondemand-package.cab somewere on the target pc .
Click on start and in cortana search for cmd, right click on it and click run as administrator .
In the command prompt window type DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:d:\sources\sxs /All /LimitAccess and replace D: with your mounted Win10 dvd, iso or replace d:\sources\sxs with you copied path of microsoft-windows-netfx3-ondemand-package.cab . Press enter and you should get Enabling feature(s) [==========================100.0%==========================] The operation completed successfully.
Have fun !