Skip to content

Commit 3fc7109

Browse files
Upgrade System.Security.Cryptography.Pkcs to resolve assembly conflict with Gxoffice project
(cherry picked from commit 4d9cf2a) # Conflicts: # dotnet/src/dotnetcore/GxExcel/GxExcel.csproj
1 parent 4a9f5d2 commit 3fc7109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotnet/src/dotnetcore/GxExcel/GxExcel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2020
<PackageReference Include="EPPlus" Version="4.5.3.2" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
22-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
22+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.1" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)