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
221 stars 86 forks source link

upgrade core version to net6.0 #231

Closed YuliiaKovalova closed 1 year ago

YuliiaKovalova commented 1 year 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.