mathnet / mathnet-symbolics

Math.NET Symbolics
http://symbolics.mathdotnet.com
MIT License
352 stars 67 forks source link

Fix build.cmd occuring a log file format error #116

Open diluculo opened 1 month ago

diluculo commented 1 month ago

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.