.net 4.6 framework is inplace upgrade then how is the .net framework 4.5 works in vs2015?
问题 .net 4.6 framework is inplace upgrade then how is the .net framework 4.5 works in vs2015? I see only one folder v4.0.30319 . How is the dll stored and where ? 回答1: Update : Note that Reference Assemblies only contain metadata and NOT any code at all. Thanks @vcsjones for pointing this out below! You can find a "Reference Assemblies" folder on your system in which the exact binaries for each framework version are kept: Visual Studio then uses those depending on which version you are targeting.