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

upgrade core version to net6.0 #231

Closed YuliiaKovalova closed 10 months ago

YuliiaKovalova commented 10 months ago

Upgrading to net6.0 uncovered that tests previously were run against framework46 and a bug introduced by respecting DOTNET_ROOT was missed.

This PR addresses both of these issues.