Backup your project (cs, vb, whatever language).
Start the command line as administrator.
Run the following:
dotnet tool install -g upgrade-assistant
Move to the folder of your vs.net project:
cd path\to\yourproject
Run the following command to upgrade the project:
upgrade-assistant upgrade path\to\yourproject\yourproject.sln
Comments
Post a Comment