C# : Referencing or using .so files in .NET Core on Linux
问题 We have a project on .NET Framework that references the Fico Xpress solver dll. The dll’s required are – Xprb.dll Xprbdn.dll Xprsdn.dll As no nuget packages are available for using Fico Xpress Solver, we installed the Fico Xpress Solver and copied these dll’s from the installation directory to our local folder named lib inside the project folder and added path reference to these dll’s inside the lib folder. So when compiling, the project uses the reference of these dll’s (present in the lib