Skip to content

Commit 37097d7

Browse files
authored
Doesn't support .slnx files (#48273)
1 parent db54dd0 commit 37097d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tools/dotnet-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Migration can be performed on the following assets:
3232

3333
* A single project by specifying the *project.json* file to migrate.
3434
* 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.
3636
* On all subdirectories of the given directory recursively.
3737

3838
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:
4949

5050
* a *project.json* file to migrate.
5151
* 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.
5353
* a directory to migrate: recursively searches for *project.json* files to migrate inside the specified directory.
5454

5555
Defaults to current directory if nothing is specified.

0 commit comments

Comments
 (0)