I recently updated Resharper to version 9.0. Now I noticed that adding references by Resharper context menu does no longer update the packages.config
file, thus breaking the match between referenced DLLs and installed packages.
For older versions of Resharper, this functionality was provided by a plugin, but the plugin does not seem to support Resharper 9.0. Also, I am unable to find something similar through the Resharper Extension Manager.
What is the correct way to add Nuget packages to packages.config
when adding references with Resharper 9.0?