Skip to content

Commit

Permalink
Add libicu74 as a known ICU version (#104754)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Jul 17, 2024
1 parent 2263059 commit 27776e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<ItemGroup>
<LinuxPackageDependency Include="libc6;libgcc1;libgssapi-krb5-2;libstdc++6;zlib1g"/>
<LinuxPackageDependency Include="libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3" />
<KnownLibIcuVersion Include="72;71;70;69;68;67;66;65;63;60;57;55;52" />
<KnownLibIcuVersion Include="74;72;71;70;69;68;67;66;65;63;60;57;55;52" />
<LibIcuPackageDependency Include="libicu" Dependencies="libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')" />
<LinuxPackageDependency
Include="@(LibIcuPackageDependency->Metadata('Dependencies'))" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 27776e2

Please sign in to comment.