I have several legacy components written in C/C++ and would like to wrap them into the Nuget package and use this package from C# code.What is the best way to actually wrap C++ code in nuget package? I had a look on CoApp solution, but it seems like unsupported now (stable release offline).
↧