How can I make my managed NuGet package support C++/CLI projects?

后端 未结 7 1734
暗喜
暗喜 2020-12-04 14:03

I have made a NuGet package that works well when I use it from a C# project. It contains a DLL in the lib/net40 directory, and the DLL gets added as a reference

7条回答
  •  鱼传尺愫
    2020-12-04 14:26

    Credentials are actually encrypted with the machinekey where the package source was added. Unless using the plaintext variant, the setApiKey command should probably be run as part of the build.

提交回复
热议问题