Open
Description
In attempt to add CppSharp reference to a .Net Core console project (2.2) the following warning is given:
Warning NU1701 Package 'CppSharp 0.10.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project
Is this lib compatible with .Net Core (2.2) ?