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
212 stars 83 forks source link

Update MSBuildLocator.cs #270

Closed chrisdaiii closed 5 months ago

chrisdaiii commented 5 months ago

Remove redundant code

YuliiaKovalova commented 5 months ago

@chrisdaiii , thank you!