-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Labels
Description
As reported elsewhere MSBuild 12.0 in Visual Studio Update 3 is now giving strange errors for some F# project files/ This is causing our AppVeyor builds to fail.
My suggestion is that we move FSharp.Compiler.Service.ProjectCrackerTool.exe to use MSBuild 14.0
@rneatherway Do you expect any problems with doing this? It looks from your previous analysis that MSBuild 14.0 is reliably installed on all Mono systems. But can we expect it to be installed on Windows systems, if Visual Studio is not installed? Will this lead to renewed requests to package the MSBuild 14.0 binaries with FSharp.Compiler.Service project cracker, e.g. in a "tools" directory?