🔌

[Windows] NuGet 自体のバージョンをコマンドラインでアップグレードする方法

2020/11/10に公開

NuGet とは

NuGet is a free and open-source package manager designed for the Microsoft development platform. It was initially developed by Outercurve Foundation under the name NuPack. Since its introduction in 2010, NuGet has evolved into a larger ecosystem of tools and services.(NuGetはマイクロソフトの開発プラットフォームのために設計されたフリーでオープンソースのパッケージマネージャーです。最初はOutercurve FoundationによってNuPackという名前で開発されました。2010年に導入されて以来、NuGetはツールやサービスのより大きなエコシステムへと進化してきました。)

※ 引用元: NuGet - Wikipedia

コマンド

nuget update -self

Discussion