Skip to content

Commit

Permalink
Add libssl3 dependency (#67658)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosavljevic authored Apr 6, 2022
1 parent ccda82b commit 1c1cc62
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 1c1cc62

Please sign in to comment.