我目前正在嘗試爲zLib(http://www.zlib.net/)創建一個NuGet包。 我使用「grpc zlib」NuGet包(https://www.nuget.org/packages/grpc.dependencies.zlib/)來複制文件夾結構,然後添加zLib .dll,.lib和頭文件。NuGet安裝包錯誤
這是我自己製作的zlib的NuGet包:https://drive.google.com/file/d/0B_2A8x02vzDwOWVGUmxkeGdBNm8/view?usp=sharing
然而,當我嘗試安裝我在VS包,然後我得到以下錯誤:
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
使用GRPC zlib的包工作精細。
感謝您的幫助提前!
謝謝你的迴應:) –
也許你可以看看我的另一個問題。 (http://stackoverflow.com/q/41591797/6172447) –