【发布时间】:2015-06-23 05:56:11
【问题描述】:
我正在创建 demo.csproj 的 nuget 包,我已将 system.configuration 单独添加到该项目中,
我知道我可以通过以下方式将此
system.configuration.dll添加到我的 nuget 中 使用添加<dependencies>标签或 y<file>标签.nuspec文件, 但是有没有像copy local=true这样的其他方法,而不是使用<dependencies>或''标签?
【问题讨论】:
标签: c# nuget nuget-package nuget-spec nugetgallery