gpt4 book ai didi

c# - 在 NuGet nuspec 中使用 "dotnet"或 ".NETPlatform5.0"?

转载 作者:太空宇宙 更新时间:2023-11-03 12:54:02 24 4
gpt4 key购买 nike

我有一个使用各种框架依赖项创建的 NuGet .nuspec。

基于 this文章,依赖项之一是“dotnet”:

<group targetFramework="dotnet">
[dependencies here]
</group>

当我使用 NuGet 3.3 打包 .nuspec 文件时,打包的 nuspec 文件将“dotnet”替换为“.NETPlatform5.0”:

<group targetFramework=".NETPlatform5.0">
[dependencies here]
</group>

这里有什么影响,如果有的话?

以后我应该使用“dotnet”还是“.NETPlatform5.0”?

最佳答案

最终通过阅读 NuGet 上的文档自己解决了这个问题和 GitHub

NuGet 查看“dotnet”绰号并找到最佳使用平台,在我的例子中是“dotnet5.0”,实际上是 .NETPlatform5.0。

真是令人困惑,但我想这就是 RC 生活 :)

关于c# - 在 NuGet nuspec 中使用 "dotnet"或 ".NETPlatform5.0"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34579672/

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