Skip to content

Commit

Permalink
Update to MSBuild.StructuredLogger 2.1.758
Browse files Browse the repository at this point in the history
Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/tag/v2.1.758
Context: KirillOsenkov/MSBuildStructuredLog#644

A few tests were failing with:

    Failed Install_CSharp_Change
    Error Message:
    System.NotSupportedException : Unsupported log file format. Latest supported version is 14, the log file has version 15.
  • Loading branch information
jonathanpeppers committed Dec 20, 2022
1 parent c6907a7 commit 77b55c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<ItemGroup>
<PackageReference Include="NodaTime" Version="2.4.5" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.500" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.758" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 77b55c7

Please # to comment.