Skip to content

Commit

Permalink
Add libssl3 dependency (#67705)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikola Milosavljevic <nikolam@microsoft.com>
  • Loading branch information
github-actions[bot] and NikolaMilosavljevic authored Apr 11, 2022
1 parent bd261ea commit 7ba42a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ItemGroup>
<LinuxPackageDependency Include="libc6;libgcc1;libgssapi-krb5-2;libstdc++6;zlib1g"/>
<LinuxPackageDependency Include="libssl1.0.0 | libssl1.0.2 | libssl1.1" />
<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" />
<LibIcuPackageDependency Include="libicu" Dependencies="libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')" />
<LinuxPackageDependency
Expand Down

0 comments on commit 7ba42a8

Please sign in to comment.