use BIOVIA DLLs in a .NET 8 project?

I'd like to build a small .NET 8 C# project that takes a single molecule and handles mol format conversion (smiles, chime) and produces an image (jpg).

These tasks are trivial to do in the BIOVIA Draw classes provided in .Net DLL's. The problem is, those DLLs are in .Net Frameworks (v4.6.x I think).

The Pipeline Pilot .Net SDK nalpp.dll has the same limitation.

Has anyone been able to use these BIOVIA DLLs -- probably via a wrapper project -- in a .Net 8 project?

 

Regards,

Julian