In this tutorial, I will show you how can easily update/remove/install packages from the NuGet server in Visual Studio.
You need to install this NuGet Package Manager GUI.
After installation you can use easily these steps:
- Open your project workspace in Visual Code;
- Open the Command Palette with these keys Ctrl+Shift+P;
- Select the Nuget Package Manager GUI
- Select your option from Update/Remove packages or Install package;
Each page will fill with settings for your choice.
I tested with the Godot game engine and C# and works well.