I have a vs.net project, and after some refactoring, have modified the name of the project. How can I easily rename the underlying windows folder name to match this new pro
For Visual Studio 2019 and ASP.NET Core 2.2 I had to modify Scott Munro's answer slightly. Here's what worked for me:
Before you start: Check in all changes and make a backup of your solution.
I had to do step 1 first in order to get the project to load after fixing the file path in step 3.