Browse Source

#1568 remove pkcs

pull/1572/head
James Thompson 2 months ago
committed by GitHub
parent
commit
49462ecde4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      ooxml/NPOI.OOXML.Core.csproj

3
ooxml/NPOI.OOXML.Core.csproj

@ -25,9 +25,8 @@
<EmbeddedResource Include="Resources\presetTableStyles.xml" />
</ItemGroup>
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
<ItemGroup>
<PackageReference Include="System.Security.Cryptography.Xml" />
<PackageReference Include="System.Security.Cryptography.Pkcs" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save