gpt4 book ai didi

c# - 如何在 nuget 包中包含单独添加的 system.configuration dll

转载 作者:行者123 更新时间:2023-12-02 04:20:14 24 4
gpt4 key购买 nike

我正在为我的 demo.csproj 创建 nuget 包我添加了 system.configuration单独进入这个项目,

I know that I can add this system.configuration.dll into my nuget by using either of adding <dependencies> tag or y <file> tag inside .nuspec file , but is there any other way around like copy local=true for this instead using <dependencies> or '' tag?

最佳答案

要引用标准 .NET Framework 程序集,请将以下内容添加到您的 .nuspec 文件中:

<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" />
</frameworkAssemblies>

https://docs.nuget.org/create/nuspec-reference

关于c# - 如何在 nuget 包中包含单独添加的 system.configuration dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30994879/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com