0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

オフライン環境でNuGetパッケージをインストールする

Last updated at Posted at 2024-05-30

1. nuget.org から .nupkg ファイルをダウンロードする

オンライン環境で以下のURLにアクセスし、

目的のパッケージのページの Download package から .nupkg ファイルをダウンロードする。

image.png

依存関係(Dependencies)の .nupkg もすべて同様にダウンロードする。

--- ↑ここまでオンライン作業 ---

2. nuget.org から .nupkg ファイルをダウンロードする

--- ↓ここからオフライン作業 ---

Visual Studio を起動し [ツール]-[NuGetパッケージマネージャー]-[パッケージマネージャー設定] を選択

image.png

パッケージソースにローカルフォルダーを追加

image.png

※ もしパッケージソースに https://api.nuget.org/... などのオフラインで接続できないソースがあるなら、チェックボックスのチェックを外して無効化しておく。

3. 最初にダウンロードした .nupkg ファイルをパッケージソースに配置

image.png

4. インストールの実行

Visual Studio の [ツール]-[NuGetパッケージマネージャー]-[ソリューションのNuGetパッケージの管理] 画面を開き、[参照] タブを選択。
パッケージソースに [My Package source] を指定すれば、先ほど配置したパッケージの一覧が表示されるのでインストールする。

image.png

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?