How do I Update a Nuget Package using dotnet CLI
The current version of the dotnet command line interface provides features to add a nuget package, but doesn't expose a separate command to update them. However, you can actually achieve this by simply running the dotnet …