In C# project, I want to use a C++ .dll by using nuget package manager. Is it possible and how? An example project will be appreciated.
cppTestLIB.dll is packaged using CoApp (http://coapp.org/)
When I install this package from C# project, it gives below error.
Could not install package 'cppTestLIB 1.0.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.