itext-dotnet icon indicating copy to clipboard operation
itext-dotnet copied to clipboard

updated pkgs + fix for BouncyCastle ASN1 API change

Open GerHobbelt opened this issue 5 years ago • 0 comments
trafficstars

  • fix for API change in latest BouncyCastle.Asn1 package
  • updated NuPkg packages to latest revs

MSVS error report:

  • Error CS1061 'Asn1Sequence' does not contain a definition for 'GetObjects' and no accessible extension method 'GetObjects' accepting a first argument of type 'Asn1Sequence' could be found (are you missing a using directive or an assembly reference?)
  • Error CS1061 'Asn1Set' does not contain a definition for 'GetObjects' and no accessible extension method 'GetObjects' accepting a first argument of type 'Asn1Set' could be found (are you missing a using directive or an assembly reference?)

GerHobbelt avatar Apr 14 '20 11:04 GerHobbelt