Skip to content

Commit

Permalink
Fix "Unsupported log fie format" error in build
Browse files Browse the repository at this point in the history
Update MSBuild StructuredLogger version[1] to fix this error:

> Unsupported log file format. Latest supported version is 16,
> the log file has version 17.


[1]: fsprojects/FAKE#2748
  • Loading branch information
dtchepak committed Apr 20, 2024
1 parent 00f644d commit 6501412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.3.2" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.3.2" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.844" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.2.235" />
<PackageReference Include="Fake.DotNet.Cli" Version="6.0.0" />
<PackageReference Include="Fake.Tools.Git" Version="6.0.0" />
<PackageReference Include="Fake.Core.Target" Version="6.0.0" />
Expand Down

0 comments on commit 6501412

Please sign in to comment.