Skip to content

Commit 9823d84

Browse files
sgramponeanaiberta
authored andcommitted
Force System.Security.Cryptography.Pkcs dependency of EPPlus to version 6.0.0 (#675)
Issue: 96794
1 parent 6e714e5 commit 9823d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/dotnetcore/GxExcel/GxExcel.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="EPPlus" Version="4.5.3.2" />
2020
<PackageReference Include="log4net" Version="2.0.11" />
21+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.0" />
2122
</ItemGroup>
2223

2324
<ItemGroup>

0 commit comments

Comments
 (0)