namespace ReSharper20191CSharp { public class RemoveUnusedReferences { // 1. Make sure the project file contains a couple of NuGet references, e.g.: /* */ // 2. Build the project (to ensure packages are all restored) // 3. Use the context menu on ReSharper20191CSharp, Optimize References... (Ctrl+Alt+Y) // 4. See there are three unused NuGet references (CsvHelper, Microsoft.EntityFrameworkCore and Newtonsoft.Json) // 5. Remove one of them, verify the package is uninstalled. } }