NuGet Package Explorer Operation Manual

Install:
Github address: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer

Recommend to choose chocolatey, Microsoft Store may not be able to open

Chocllatey first install using powershell.exe
Now run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ( (New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

The second step is to enter choco install nugetpackageexplorer in powershell. The
third step is to open NuGetPackageExplorer.exe in C:\ProgramData\chocolatey\lib\NugetPackageExplorer

For detailed operation,
please refer to: https://blog.csdn.net/csethcrm/article/details/52095010

When adding lib, you need to select the lib folder. When
adding pages or js, css to the corresponding directory, you need to select the content folder

Guess you like

Origin blog.csdn.net/zt13502162671/article/details/105685860