We have a library written in C++. To make it more compatible with our more modern .NET projects, we wrapped this C++ library in another .NET project. It works fine when referenc
No it does not. .NET core is cross platform but C++/CLI is not, the Microsoft C++ compiler requires Windows.