For a given project, I want to get all references to assembly locations (assembly references, Nuget Package references and its nested references, Project references and its nested references).
Is there a way to do all of this? I don't want to exploit projects.assets.json file witch contains all informations about package references. And I also looked in the directory specified by the OutputPath property in the project file but I didn't find all assemblies.