Skip to content

Commit 6a91f48

Browse files
committed
remove links to dotnet-migrate
1 parent 0576dc6 commit 6a91f48

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/core/tools/dotnet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ The following options are available only when `dotnet` runs an application by us
170170
| [dotnet clean](dotnet-clean.md) | Clean build outputs. |
171171
| [dotnet exec](#options-for-running-an-application) | Runs a .NET application. |
172172
| [dotnet help](dotnet-help.md) | Shows more detailed documentation online for the command. |
173-
| [dotnet migrate](dotnet-migrate.md) | Migrates a valid Preview 2 project to a .NET Core SDK 1.0 project. |
174173
| [dotnet msbuild](dotnet-msbuild.md) | Provides access to the MSBuild command line. |
175174
| [dotnet new](dotnet-new.md) | Initializes a C# or F# project for a given template. |
176175
| [dotnet pack](dotnet-pack.md) | Creates a NuGet package of your code. |

docs/core/tools/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ The following commands are installed by default:
6464
- [`test`](dotnet-test.md)
6565
- [`vstest`](dotnet-vstest.md)
6666
- [`pack`](dotnet-pack.md)
67-
- [`migrate`](dotnet-migrate.md)
6867
- [`clean`](dotnet-clean.md)
6968
- [`sln`](dotnet-sln.md)
7069
- [`help`](dotnet-help.md)

0 commit comments

Comments
 (0)