Make a pure native shared lib project and build a PInvoke interface. PInvoke will become our cross platform interface.
Let's see if we can make PInvoke library a .NET core lib so we can just make this project global on nuget, include in anything that .NET core can target.
Make a pure native shared lib project and build a PInvoke interface. PInvoke will become our cross platform interface.
Let's see if we can make PInvoke library a .NET core lib so we can just make this project global on nuget, include in anything that .NET core can target.