ionide / proj-info

Parse and evaluate MsBuild project files
MIT License
64 stars 37 forks source link

Add post build target to remove `Microsoft.Build` assemblies. #196

Open nojaf opened 1 year ago

nojaf commented 1 year ago

WHAT

🤖 Generated by Copilot at 06e0b76

Add a custom target to Ionide.ProjInfo.Tool.fsproj to delete conflicting MSBuild DLLs after build. This fixes a runtime error caused by paket restore and updates the tool to use the latest MSBuild API.

🤖 Generated by Copilot at 06e0b76

paket copies old MSBuild DLLs, tool breaks delete them in spring

:wrench::fire::arrows_counterclockwise:

WHY

HOW

🤖 Generated by Copilot at 06e0b76

This fixes https://github.com/ionide/proj-info/issues/195. Please let me know if there are any changes you wish to see.