LoginSignup
1
0

More than 3 years have passed since last update.

.netのnuget.exeでパッケージをさがす方法

Last updated at Posted at 2021-02-12

nuget.exeのv5.8から、searchコマンドがついた

(Microsoftのブログ Jonさん)Getting started with NuGet 5.8の記事に書いてあり、nuget.exeをダウンロードしてnuget.exe search <パッケージ名>でパッケージ名から探すことができるようになった。

mac版はmonoを通して実行されるから、mono nuget.exe search <パッケージ名>

$ which nuget
/Library/Frameworks/Mono.framework/Versions/Current/Commands/nuget
mac:webapi01 takahiro$ cat /Library/Frameworks/Mono.framework/Versions/Current/Commands/nuget
exec /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono $MONO_OPTIONS /Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/nuget/nuget.exe "$@"
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0