Skip to content

Commit 25e8b0d

Browse files
[release/5.0] [.NET 5.0] Add support for libicu67 and several more higher versions (dotnet#43427)
* Add support for libicu67 * Add libicu68 * Adding libicu versions 69 to 72 Co-authored-by: Nikola Milosavljevic <[email protected]>
1 parent 2d8e19f commit 25e8b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/pkg/packaging/deb/package.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
Include="%SSL_DEPENDENCY_LIST%"
326326
ReplacementString="libssl1.0.0 | libssl1.0.2 | libssl1.1" />
327327

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

0 commit comments

Comments
 (0)