mathnet-symbolics
mathnet-symbolics copied to clipboard
Fix build.cmd occuring a log file format error
When running build.cmd, the following error occurs:
Unsupported log file format. Latest supported version is 17, the log file has version 21.
This can be resolved by updating the MSBuild.StructuredLogger version in build.fsproj from 2.2.100 to 2.2.356. I happened to discover that the latest version works without issues.