gpt4 book ai didi

c# - 如何在 .NET Core 上注册新的 NuGet 包源?

转载 作者:太空狗 更新时间:2023-10-29 20:12:25 24 4
gpt4 key购买 nike

我正在努力添加新的 NuGet 源来存储私有(private)包。我有 already tried to add config into my .csproj like this post suggests

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Artifactory-DEV" value="https://theluggage-agct.gray.net/artifactory/api/nuget/nuget-institutional-development-local" protocolVersion="3"/>
</packageSources>
</configuration>

also tried this但无法在 dotnet nuget 中找到等效项。

nuget sources Add -Name "MyServer" -Source \myserver\packages

OBS:我没有使用 Visual Studio 2017,目前使用的是 Ubuntu。

最佳答案

很遗憾用户 ffa 没有将他们的评论作为答案发布,因为它是正确的。 XML 应该位于名为 nuget.config 的文件中。

此外,如果您安装了新的 dotnet SDK/CLI,您还可以运行 dotnet new nugetconfig,它将根据基本模板为您创建文件。 NuGet 文档有一些关于 how settings are applied 的信息如果您关心的话,但通常人们会将他们的 nuget.config 文件放在他们存储库的根目录中,或者放在与他们的 .sln 文件相同的位置。

关于c# - 如何在 .NET Core 上注册新的 NuGet 包源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52996560/

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