Skip to content

Commit f3e5619

Browse files
meaghanlewisDocs.Archive pipelinegewarren
authored
[DocsArchive-1.0.25268.1](2025-10-01-01-10-04)Auto archive content (#48805)
* [DocsArchive-1.0.25268.1](2025-10-01-01-10-04)Auto archive content * update TOC * remove links to dotnet-migrate * fix links to dotnet migrate command in documentation * Update redirect URL for dotnet-migrate documentation * Update redirect URL for dotnet-migrate documentation * Update docs/core/compatibility/sdk/10.0/dotnet-restore-project-json-unsupported.md Co-authored-by: Genevieve Warren <[email protected]> * Update docs/core/compatibility/sdk/10.0/dotnet-restore-project-json-unsupported.md Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Docs.Archive pipeline <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
1 parent 8fda919 commit f3e5619

File tree

6 files changed

+7
-109
lines changed

6 files changed

+7
-109
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "docs/core/tools/dotnet-migrate.md",
5+
"redirect_url": "/previous-versions/dotnet/fundamentals/tools/dotnet-migrate",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "docs/core/install/localized-intellisense.md",
510
"redirect_url": "/previous-versions/dotnet/core/install/localized-intellisense",

docs/core/compatibility/sdk/10.0/dotnet-restore-project-json-unsupported.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ This change can affect [source compatibility](../../categories.md#source-compati
3030

3131
The `project.json` format was originally available only in .NET Core previews (through Preview 2 of .NET Core 1.0) and was completely replaced by PackageReference in 2017. The format has been marked as deprecated since 2017.
3232

33-
When the `project.json` format was replaced, users migrated these projects using the [`dotnet migrate`](../../../tools/dotnet-migrate.md) command, but that command was removed from the CLI in the .NET Core 3.0 SDK.
33+
When the `project.json` format was replaced, users migrated these projects using the [`dotnet migrate`](/previous-versions/dotnet/fundamentals/tools/dotnet-migrate) command, but that command was removed from the CLI in the .NET Core 3.0 SDK.
3434

3535
The removal of `project.json` support completes this transition and allows the .NET team to focus on delivering a better experience for PackageReference-based projects.
3636

3737
## Recommended action
3838

3939
Migrate your `project.json` projects to use PackageReference format instead.
4040

41-
If you have .NET Core based `project.json` projects, you can use older versions of the .NET SDK that still include the [`dotnet migrate` command](../../../tools/dotnet-migrate.md) to convert them to the modern project format.
41+
If you have .NET Core based `project.json` projects, you can use older versions of the .NET SDK that still include the [`dotnet migrate` command](/previous-versions/dotnet/fundamentals/tools/dotnet-migrate) to convert them to the modern project format.
4242

4343
For more information about migrating from `project.json`, see [Migrating from project.json to .csproj](/nuget/archive/project-json#migrate-projectjson-to-packagereference).
4444

docs/core/tools/dotnet-migrate.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

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)

docs/navigate/tools-diagnostics/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ items:
116116
href: ../../core/tools/dotnet-format.md
117117
- name: dotnet help
118118
href: ../../core/tools/dotnet-help.md
119-
- name: dotnet migrate
120-
href: ../../core/tools/dotnet-migrate.md
121119
- name: dotnet msbuild
122120
href: ../../core/tools/dotnet-msbuild.md
123121
- name: dotnet new

0 commit comments

Comments
 (0)