i am currently trying to create a NuGet package for zLib (http://www.zlib.net/). I used the "grpc zlib" NuGet package (https://www.nuget.org/packages/grpc.dependencies.zlib/) to copy the folder structure and then added the zLib .dll, .lib and header files.
This is my self crafted zlib NuGet-package: https://drive.google.com/file/d/0B_2A8x02vzDwOWVGUmxkeGdBNm8/view?usp=sharing
However when i try to install my package in VS, then i get following error:
Severity Code Description Project File Line Suppression State Error Could not install package 'zlib 1.2.8'. 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. 0
Using the grpc zlib package is working fine.
Thanks for your help in advance!