For a given project, I want to get all references assemblies 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 OuputPath property in the project file but I didn't find all assemblies.
Merci d'avance.