ayi <t>ReSharper 2016.1 has a feature to remove unused NuGet. <br/> <br/> It can be run on a solution and on each project in a solution and it does the following things:<br/> <br/> Analyze your code and collecting references to assemblies.<br/> <br/> Build NuGet usage graph based on usages of assemblies.<br/> <br/> Packages without content files, unused itself and without used dependencies are assumed as unused and suggested to remove.<br/> <br/> Unfortunately, this doesn't work for project.json projects (RSRP-454515) and ASP.NET core projects (RSRP-459076)</t>