Not able to use the mpxj in .net core
Multi platform library to read and write schedule data
Brought to you by:
joniles
We are migrating our application from .Net framework to .Net core 3.1 and the mpxj that we were using to read .MPP files are giving us an error "package net.sf.mpxj8.1.3 was restored using .NETFramework, Version=v4.6.1 .........NETFramework, version=4.8' instead of the project target framework .NETcoreApp, Version=v3.1. This package may not be fully compatible with your project"
Please help me with a resolution
Unfortunately the tool used to convert the original Java version f MPXJ to .net (IKVM) does not currently support .net core. There is a glimmer of hope on the horizon for .net core as this project is active in bringing the IKVM code up-to-date. When a new version of this project is released which supports .net core, I will update MPXJ accordingly.
Any approximate timeline in horizon to support .Netcore?