Skip to content

Commit

Permalink
Fix icu.net package downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Dec 3, 2024
1 parent c028603 commit e22f076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/LfMerge.Core.Tests/LfMerge.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See full changelog at https://github.com/sillsdev/LfMerge/blob/develop/CHANGELOG
<PackageReference Include="SIL.Chorus.Mercurial" Version="6.5.1.25" />
<PackageReference Include="SIL.LCModel.Core" Version="11.0.0-beta0077" GeneratePathProperty="true" />
<PackageReference Include="SIL.LCModel.Core.Tests" Version="11.0.0-beta0077" />
<PackageReference Include="icu.net" Version="2.9.1-beta.1" GeneratePathProperty="true" />
<PackageReference Include="icu.net" Version="3.*" GeneratePathProperty="true" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="SIL.TestUtilities" Version="12.0.0" />
<PackageReference Include="BirdMessenger" Version="3.1.3" /> <!-- For uploading .zip files to LexBox in S/R tests -->
Expand Down
4 changes: 2 additions & 2 deletions src/LfMerge.Core/LfMerge.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ See full changelog at https://github.com/sillsdev/LfMerge/blob/develop/CHANGELOG
<PackageReference Include="SIL.Chorus.ChorusMerge" Version="6.0.0-beta0055" GeneratePathProperty="true" />
<PackageReference Include="SIL.ChorusPlugin.LfMergeBridge" Version="4.2.0-beta*" />
<PackageReference Include="SIL.Chorus.LibChorus" Version="6.0.0-beta*" />
<PackageReference Include="SIL.Core.Desktop" Version="12.0.0" />
<PackageReference Include="SIL.Core.Desktop" Version="15.0.0-beta*" />
<PackageReference Include="SIL.LCModel" Version="11.0.0-beta0077" />
<PackageReference Include="SIL.LCModel.Core" Version="11.0.0-beta0077" GeneratePathProperty="true" />
<PackageReference Include="icu.net" Version="2.9.1-beta.1" GeneratePathProperty="true" />
<PackageReference Include="icu.net" Version="3.*" GeneratePathProperty="true" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="SIL.Lexicon" Version="12.0.0" />
<PackageReference Include="CommandLineParser" Version="2.7.82" />
Expand Down

0 comments on commit e22f076

Please sign in to comment.