mathnet-symbolics icon indicating copy to clipboard operation
mathnet-symbolics copied to clipboard

Fix build.cmd occuring a log file format error

Open diluculo opened this issue 1 year ago • 0 comments

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.

diluculo avatar Oct 17 '24 03:10 diluculo