I'm working on a .Net application that is consuming BouncyCastle v 1.8.5. We are considering migrating to PackageReferences https://docs.microsoft.com/en-us/nuget/reference/migrate-packages-config-to-package-reference#package-compatibility-issues. But migrating the project that consumes BouncyCastle is failing because BouncyCastle.Crypto.dll is directly in the lib folder of this package; as documented in " Assemblies in the lib root are ignored when the package is installed after the migration" section of above link. Are you planning to repackage the dll under a sub-folder matching the supported target frameworks as required by nuget package reference?
Thanks. Darshini