I would like to use the console apps/scripts to manage the NuGet packages for my projects, especially when I am jumping back and forth between samples and trial projects. I've tried manually comparing the packages.config files, but then that doesn't update the nfproj file with references, and that file is a tricky to manually compare.
I'd like to be able to Add/Remove/Update with bonus of manage package versions. Is there already a tool that would allow me to do that, or should I write a script for that purpose?