Question
Is it possible to clear a specific NuGet package from NuGet local cache using command line?
Context
I would like to ensure when I am executing a package restore operation for a project, the very latest server binaries will be restored, not something from the cache. At the same time I do not want to delete all packages from the cache.