File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ The following options are available only when `dotnet` runs an application by us
170
170
| [ dotnet clean] ( dotnet-clean.md ) | Clean build outputs. |
171
171
| [ dotnet exec] ( #options-for-running-an-application ) | Runs a .NET application. |
172
172
| [ 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. |
174
173
| [ dotnet msbuild] ( dotnet-msbuild.md ) | Provides access to the MSBuild command line. |
175
174
| [ dotnet new] ( dotnet-new.md ) | Initializes a C# or F# project for a given template. |
176
175
| [ dotnet pack] ( dotnet-pack.md ) | Creates a NuGet package of your code. |
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ The following commands are installed by default:
64
64
- [ ` test ` ] ( dotnet-test.md )
65
65
- [ ` vstest ` ] ( dotnet-vstest.md )
66
66
- [ ` pack ` ] ( dotnet-pack.md )
67
- - [ ` migrate ` ] ( dotnet-migrate.md )
68
67
- [ ` clean ` ] ( dotnet-clean.md )
69
68
- [ ` sln ` ] ( dotnet-sln.md )
70
69
- [ ` help ` ] ( dotnet-help.md )
You can’t perform that action at this time.
0 commit comments