Is this TargetPlatformSdkPath assignment really necessary?
https://github.com/Microsoft/msbuild/blob/master/src/XMakeTasks/Microsoft.Common.CurrentVersion.targets#L88
It doesn't work on Mono, and looks like the logic for getting the sdk path should all be in ToolLocationHelper.
Is this TargetPlatformSdkPath assignment really necessary?
https://github.com/Microsoft/msbuild/blob/master/src/XMakeTasks/Microsoft.Common.CurrentVersion.targets#L88
It doesn't work on Mono, and looks like the logic for getting the sdk path should all be in ToolLocationHelper.