Skip to content

Commit

Permalink
Fix S/R tests with Mercurial 6
Browse files Browse the repository at this point in the history
Latest Chorus version has some bugfixes to the Linux Mercurial package.
  • Loading branch information
rmunn committed Apr 11, 2024
1 parent 4f92d9c commit 704f6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Testing/Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<Choose>
<When Condition=" '$(MercurialVersion)' == '6' ">
<ItemGroup>
<PackageReference Include="SIL.Chorus.LibChorus" Version="6.0.0-beta0043" />
<PackageReference Include="SIL.Chorus.Mercurial" Version="6.5.1.22" />
<PackageReference Include="SIL.Chorus.LibChorus" Version="6.0.0-beta0044" />
<PackageReference Include="SIL.Chorus.Mercurial" Version="6.5.1.25" />
</ItemGroup>
</When>
<Otherwise>
Expand Down

0 comments on commit 704f6cf

Please sign in to comment.