Skip to content

Commit

Permalink
fix package references in Testing.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 17, 2023
1 parent e544400 commit c8aac3c
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 @@ -18,9 +18,9 @@
<PackageReference Include="Microsoft.Playwright.TestAdapter" Version="1.35.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Shouldly" Version="4.1.0" />
<PackageReference Include="SIL.Chorus.LibChorus" Version="5.2.0-beta0003" />
<PackageReference Include="SIL.Chorus.LibChorus" Version="5.2.0-beta0005" />
<PackageReference Include="SIL.Chorus.Mercurial" Version="3.0.3.6" />
<PackageReference Include="SIL.ChorusPlugin.LfMergeBridge" Version="4.0.0-beta*" />
<PackageReference Include="SIL.ChorusPlugin.LfMergeBridge" Version="4.0.1" />
<PackageReference Include="SIL.Core" Version="12.1.0-beta0031" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.1" />
<PackageReference Include="xunit" Version="2.4.2" />
Expand Down

0 comments on commit c8aac3c

Please sign in to comment.