[.NET 5.0] Add support for libicu67 and several more higher versions (#43420)
authorNikola Milosavljevic <nikolam@microsoft.com>
Wed, 14 Oct 2020 23:40:36 +0000 (16:40 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 23:40:36 +0000 (16:40 -0700)
* Add support for libicu67

* Add libicu68

* Adding libicu versions 69 to 72

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

index cea63af..da9b8fe 100644 (file)
         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)', ' | ')" />