両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
windows:visualstudio [2022/07/27 07:34] – ともやん | windows:visualstudio [2023/07/31 11:10] (現在) – ともやん |
---|
| |
===== Visual Studio Installer の実行 ===== | ===== Visual Studio Installer の実行 ===== |
ダウンロードした vs_community__1505233704.1563396169.exe を実行する。\\ | ダウンロードした vs_community%%__%%1505233704.1563396169.exe を実行する。\\ |
{{windows:visualstudio2019_installer_001.png?470|Visual Studio 2019 Installer 001}}\\ | {{windows:visualstudio2019_installer_001.png?470|Visual Studio 2019 Installer 001}}\\ |
\\ | \\ |
本家: [[https://www.nuget.org/|NuGet Gallery | Home]]\\ | 本家: [[https://www.nuget.org/|NuGet Gallery | Home]]\\ |
ソースコード: [[https://github.com/NuGet/NuGet.Client|GitHub - NuGet/NuGet.Client: Client Tools for NuGet - including Visual Studio extensions, command line tools, and msbuild support. (Open issues on https://github.com/nuget/home/issues)]]\\ | ソースコード: [[https://github.com/NuGet/NuGet.Client|GitHub - NuGet/NuGet.Client: Client Tools for NuGet - including Visual Studio extensions, command line tools, and msbuild support. (Open issues on https://github.com/nuget/home/issues)]]\\ |
| |
| ==== インストール ==== |
| [[windows:scoop|Scoop]] によるインストール。\\ |
| <WRAP color_term> |
| <WRAP color_command><html><pre> |
| <b class=GRN>$</b> <b class=HIY>scoop</b> search nuget |
| </pre></html></WRAP> |
| <WRAP color_result><html><pre> |
| Results from local buckets... |
| |
| <b class=GRN>Name Version Source Binaries |
| ---- ------- ------ --------</b> |
| nuget-package-explorer 6.0.64 extras |
| nuget 6.6.1 main |
| |
| </pre></html></WRAP> |
| <WRAP color_command><html><pre> |
| <b class=GRN>$</b> <b class=HIY>scoop</b> install nuget |
| </pre></html></WRAP> |
| <WRAP color_result><html><pre> |
| Installing 'nuget' (6.6.1) [64bit] from main bucket |
| NuGet.exe (7.0 MB) [==========================================================================================] 100% |
| Checking hash of <b class=CYN>NuGet.exe</b> ... <b class=GRN>ok.</b> |
| Linking ~\scoop\apps\nuget\current => ~\scoop\apps\nuget\6.6.1 |
| Creating shim for 'NuGet'. |
| <b class=GRN>'nuget' (6.6.1) was installed successfully!</b> |
| </pre></html></WRAP> |
| </WRAP> |
| |
==== ダウンロード ==== | ==== ダウンロード ==== |