Skip to content

Commit ab55856

Browse files
author
Rohit Agrawal
authored
add step to delete obj folder for rollback
1 parent 6141fed commit ab55856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/migrate-packages-config-to-package-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Visual Studio 2017 Version 15.7 Preview 3 and later supports migrating a project
5454

5555
1. Close the migrated project.
5656

57-
1. Copy the project file and `packages.config` from the backup (typically `<solution_root>\MigrationBackup\<unique_guid>\<project_name>\`) to the project folder.
57+
1. Copy the project file and `packages.config` from the backup (typically `<solution_root>\MigrationBackup\<unique_guid>\<project_name>\`) to the project folder. Delete the obj folder if it exists in the project root directory.
5858

5959
1. Open the project.
6060

0 commit comments

Comments
 (0)