You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tools/dotnet-migrate.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Migration can be performed on the following assets:
32
32
33
33
* A single project by specifying the *project.json* file to migrate.
34
34
* All of the directories specified in the *global.json* file by passing in a path to the *global.json* file.
35
-
* A *solution.sln(x)* file, where it migrates the projects referenced in the solution.
35
+
* A *solution.sln* file, where it migrates the projects referenced in the solution.
36
36
* On all subdirectories of the given directory recursively.
37
37
38
38
The `dotnet migrate` command keeps the migrated *project.json* file inside a `backup` directory, which it creates if the directory doesn't exist. This behavior is overridden using the `--skip-backup` option.
@@ -49,7 +49,7 @@ The path to one of the following:
49
49
50
50
* a *project.json* file to migrate.
51
51
* a *global.json* file: the folders specified in *global.json* are migrated.
52
-
* a *solution.sln(x)* file: the projects referenced in the solution are migrated.
52
+
* a *solution.sln* file: the projects referenced in the solution are migrated.
53
53
* a directory to migrate: recursively searches for *project.json* files to migrate inside the specified directory.
54
54
55
55
Defaults to current directory if nothing is specified.
0 commit comments