I’m currently moving the dependencies in vux’s dx11 repo to the NuGet one. But we have a text project inside, that is in C++. So NuGet always fires me an error like this:
Could not install package ‘VVVV.SlimDX 1.0.1’. You are trying to install this package into a project that targets ‘Native,Version=v0.0’, 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.
As i understand, this can be simply solved by using native folder inside build directory for such projects.
Here is official documentation.
Can anyone from devvvvs repackage current packages for such scenarios?