2
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?

More than 3 years have passed since last update.

NuGet パッケージファイル (.nupkg) をエクスプローラーで開く

Last updated at Posted at 2021-06-11

NuGet パッケージファイル (.nupkg)

.nupkg 拡張子のファイルは Zip 形式で圧縮されたファイルなので、拡張子を .zip に変更して解凍すれば展開することができる。

エクスプローラーでそのまま開けるようにするために、右クリックメニューの [プログラムから開く] から Windows 標準の解凍方法に関連付けようとしてもできない。

そのためコマンドプロンプト (管理者として実行) で以下のコマンドを実行して関連付ける。

assoc .nupkg=CompressedFolder

参考サイト

2
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
2
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?