Skip to content

Commit

Permalink
[release/6.0-staging] Add libicu74 as a known ICU version (#104756)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
  • Loading branch information
github-actions[bot] and jkoritzinsky committed Jul 17, 2024
1 parent ff43d78 commit 9cc13ba
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 9cc13ba

Please sign in to comment.