Open
Description
Describe the bug
The tool bundled copies of Microsoft.Build and Microsoft.Build.Framework assemblies in it and as a result doesn't load the versions from the SDK on-disk.
To Reproduce
Steps to reproduce the behaviour:
- Install 0.62.0 globally
- run
proj-info --project <project>
- Get an exception
- Navigate to
<tools install dir>/.store\ionide.projinfo.tool\0.62.0\ionide.projinfo.tool\0.62.0\tools\net7.0\any
and delete Microsoft.Build.dll and Microsoft.Build.Framework.dll from that directory - Re-run
proj-info --project <project>
- Get the parsed project
Metadata
Metadata
Assignees
Labels
No labels
Activity