Skip to content

Commit

Permalink
[release/5.0] [.NET 5.0] Add support for libicu67 and several more hi…
Browse files Browse the repository at this point in the history
…gher versions (#43427)

* Add support for libicu67

* Add libicu68

* Adding libicu versions 69 to 72

Co-authored-by: Nikola Milosavljevic <[email protected]>
  • Loading branch information
github-actions[bot] and NikolaMilosavljevic authored Oct 15, 2020
1 parent 2d8e19f commit 25e8b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/pkg/packaging/deb/package.targets
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
Include="%SSL_DEPENDENCY_LIST%"
ReplacementString="libssl1.0.0 | libssl1.0.2 | libssl1.1" />

<KnownLibIcuVersion Include="66;65;63;60;57;55;52" />
<KnownLibIcuVersion Include="72;71;70;69;68;67;66;65;63;60;57;55;52" />
<SharedFrameworkTokenValue
Include="%LIBICU_DEPENDENCY_LIST%"
ReplacementString="libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')" />
Expand Down

0 comments on commit 25e8b0d

Please sign in to comment.