microsoft / MSBuildLocator

An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Other
216 stars 83 forks source link

Fix to return all installed DotNetSDK versions (v2) #119

Closed vxfield closed 3 years ago

vxfield commented 3 years ago

This PR supersedes #117. It contains some improvements to #79 (Return all installed DotNetSDK).

vxfield commented 3 years ago

Tagging @rainersigwald, @Forgind, for your attention.