gpt4 book ai didi

c# - 如何使用 .NET Core 从命令行从 nuget 下载包?

转载 作者:可可西里 更新时间:2023-11-01 11:51:34 24 4
gpt4 key购买 nike

微软软件包 .NET Core on Linux对于Ubuntu。我目前正在使用它。我现在要安装 Json.NET这指示我使用 Package Manager console并运行,

PM> Install-Package Newtonsoft.Json

我想知道如何使用 Linux。我看到有一个 Nuget CLI ,但它似乎在 .NET Core 上不可用。 Moreover the docs say

On Mac and Linux, install Mono 4.4.2 or later.

如何在 Linux 上简单地安装一个包? npm/cpan/pip/gem 的 .NET 等价物是什么?

当我运行 dotnet nuget 时,install 命令似乎丢失了。

NuGet Command Line 4.3.0.5

Usage: dotnet nuget [options] [command]

Options:
-h|--help Show help information
--version Show version information
-v|--verbosity <verbosity> The verbosity of logging to use. Allowed values: Debug, Verbose, Information, Minimal, Warning, Error.

Commands:
delete Deletes a package from the server.
locals Clears or lists local NuGet resources such as http requests cache, packages cache or machine-wide global packages folder.
push Pushes a package to the server and publishes it.

Use "dotnet nuget [command] --help" for more information about a command.

最佳答案

dotnet 添加包 --help

dotnet 添加包 Newtonsoft.Json

请引用github页面https://github.com/dotnet/docs/blob/master/docs/core/tools/dotnet-add-package.md了解更多详情。

关于c# - 如何使用 .NET Core 从命令行从 nuget 下载包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48018965/

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