Skip to content

Commit 4d9cf2a

Browse files
Upgrade System.Security.Cryptography.Pkcs to resolve assembly conflict with Gxoffice project
1 parent 3a1f60d commit 4d9cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetcore/GxExcel/GxExcel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2020
<PackageReference Include="EPPlus" Version="4.5.3.2" />
21-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
21+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.1" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)