When I move on to upgrade to Nuget, it shows the packages that arent installed anywhere in the project. I am looking for a search for "SimpleJson", nothing in the project refers to it. How can I get rid of this from the list of updates?
Try using the command Uninstall-package SimpleJson. It should remove any "ghostly" links in your solution.
Uninstall-package SimpleJson