dotnet / project-system-tools

Tools for working with the C#/VB/F# project system.
MIT License
270 stars 42 forks source link

Fix design-time build of ProjectSystemTools.csproj #470

Closed drewnoakes closed 1 year ago

drewnoakes commented 1 year ago

Remove explicit reference to old compiler toolset. This old version does not specify all required MSBuild properties, resulting in a failure when opening the project in Visual Studio.

Also some minor tidy up to remove hints from IDE.