In Visual Studio Code, How can I get a list of nuget packages used in the solution, that have a newer version (equivalent to the Update tab in Visual Studio's package manager)?
I have NuGet Package Manager
extension, but I can only add or delete packages with it (I think). How to simply list them, with the current version and the newest version in nuget? Then update all of them or one by one? It was so intuitive in VS:/