A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Hi @Jonathan ,
Please try installing the newer package name instead:
dotnet package add itext.bouncy-castle-adapter
If you are using an older .NET SDK, use:
dotnet add package itext.bouncy-castle-adapter
The package itext7.bouncy-castle-adapter has been renamed/deprecated. You can check the current package here: itext.bouncy-castle-adapter.
If you want to use Visual Studio Package Manager Console instead, run:
Install-Package itext.bouncy-castle-adapter
Please run the command from the project folder that contains your .csproj file.Hope this helps! If my explanation and the information I provided were helpful, I would greatly appreciate it if you could follow the instructions here so others with the same problem can benefit as well.