I'm a bit confused about assemblies of .Net Framework.
When I look at a framework dll referenced from my console application, it shows the .net framework path (C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5.2)
When I look at the modules window on debug that shows assemblies and paths where the assembly loaded from, it shows the GAC.
So my question is, if it loads the assembly from GAC, why it shows the referenced path from .Net framework path, What is the role of this path ? (C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5.2)
In the csproj file there is no path for .Net Framework assemblies. When I want to add a new assembly from framework,which path this assemblies retrieved from to show below window ?
Sorry if I could not find correct words to ask my question. I hope, it is clear :)