最終更新:2025-04-01 (火) 16:47:07 (95d)  

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>

関連