Can be export/import stend-alone module migrated to .net Core

Hi, We plan to buy a license for Gantt, but we have a requirement to store all our backend to Linux. As I understand, import/export to MS Project is supported only by Windows hosting. Do you use some legacy .NET DLL’s or something like that in your solution?
In the other words if we will migrate your source code to .NET Core by ourselves, will we have some critical issues in this way, for example, libraries not converted to .NET Core?

Thank you.

Hello Konstantin,
The MSP export module is an ASP.NET(MVC Web) application. It can only be installed on the Windows platform. To convert the data, we use the MPXJ library:
http://www.mpxj.org
In theory, you can try to port the export module to Mono, but there is no guarantee that it will work as expected.