最終更新:2026-02-24 (火) 06:50:46 (111d)  

NuGet
Top / NuGet

.NETパッケージマネージャ

  • NuGet Galleryで公開されているパッケージを検索して、Visual Studioのプロジェクトへ追加するためのGUIツール

http://nuget.codeplex.com/

NuGet is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development.

発音

ギャラリー

メモ

人気パッケージ

パッケージマネージャーコンソール

  • Windows PowerShellを使ったコマンドラインからパッケージを入れたりできる。
    PM> Install-Package <package name>

関連