Skip to content

Commit

Permalink
Merge pull request dotnet#33455 from NikolaMilosavljevic/libicu65
Browse files Browse the repository at this point in the history
Add libicu65 to DEB deps package
  • Loading branch information
NikolaMilosavljevic authored Mar 11, 2020
2 parents 74370b6 + 26af33c commit e16d4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="63;60;57;55;52" />
<KnownLibIcuVersion Include="65;63;60;57;55;52" />
<SharedFrameworkTokenValue
Include="%LIBICU_DEPENDENCY_LIST%"
ReplacementString="libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')" />
Expand Down Expand Up @@ -355,4 +355,4 @@

</Target>

</Project>
</Project>

0 comments on commit e16d4ca

Please sign in to comment.