I have installed a nuget package which copies some structures for validation. To test something I modified the contents of the structure from the nuget directory. I have reinstalling it to get the original structures back but I am not able to do it. Things which I have tried :
- Uninstalled and installed package from command line
- Deleted complete .nuget directory from the system and then ran dotnet restore command
Still its installing with the changed structures. How to completely remove it ?