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?

More than 3 years have passed since last update.

Visual Studio 2019 インストール済み SDK のバージョン確認

Posted at

Visual Studio 2019 では、コードで使用するSDKなどのパッケージはNuGetというパッケージマネージャを利用して管理している。そのため現在インストールされているSDKのバージョン確認はNuGetから行う。

ツール > NuGet パッケージマネージャ > ソリューションの NuGet パッケージの管理 > NuGet ソリューション > インストール済み

からインストール済みパッケージを確認できる。
image.png
image.png

注意点として、ソリューションの NuGet パッケージを確認するものなので、ソリューションを一旦作っておかないと確認できない。

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?