Skip to content

Commit

Permalink
FixFwData needs version 14 of SIL.Core
Browse files Browse the repository at this point in the history
FixFwData uses the latest version of liblcm, which needs a later
SIL.Core release than the one Testing.csproj is currently targeting.
  • Loading branch information
rmunn committed Oct 25, 2024
1 parent ded4f3c commit ffac124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Testing/Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="Moq.Contrib.HttpClient" Version="1.4.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="SIL.ChorusPlugin.LfMergeBridge" Version="4.1.0" />
<PackageReference Include="SIL.Core" Version="13.0.0-beta0074" />
<PackageReference Include="SIL.Core" Version="14.2.0-*" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit ffac124

Please sign in to comment.