Skip to content

Commit ce354a8

Browse files
committed
Revert "add incremental pivot"
This reverts commit f95e303.
1 parent f95e303 commit ce354a8

2 files changed

Lines changed: 10 additions & 23 deletions

File tree

aspnetcore/migration/fx-to-core/index.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: Your complete guide to migrating ASP.NET Framework applications to
55
ms.author: riande
66
ms.date: 06/20/2025
77
uid: migration/fx-to-core/index
8-
zone_pivot_groups: fx-to-core-migration
98
---
109
# Migrate from ASP.NET Framework to ASP.NET Core
1110

@@ -25,29 +24,25 @@ Your ASP.NET Framework application can successfully move to ASP.NET Core. The ke
2524

2625
Most non-trivial ASP.NET Framework applications should use incremental migration. This approach:
2726

28-
* **Keeps your current app running** while you migrate piece by piece
29-
* **Reduces risk** by moving functionality gradually
30-
* **Delivers value faster** with immediate deployment of migrated components
31-
* **Uses proven tools** like YARP proxy and System.Web adapters
27+
- **Keeps your current app running** while you migrate piece by piece
28+
- **Reduces risk** by moving functionality gradually
29+
- **Delivers value faster** with immediate deployment of migrated components
30+
- **Uses proven tools** like YARP proxy and System.Web adapters
3231

33-
:::zone pivot="incremental"
3432
**[Start your incremental migration](xref:migration/fx-to-core/inc/overview)**
35-
:::zone-end
3633

3734
## Migration tools and resources
3835

3936
### Automated assistance
40-
41-
* **[.NET Upgrade Assistant](https://dotnet.microsoft.com/platform/upgrade-assistant)** - Command-line tool for initial project conversion
42-
* **[Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant)** - GUI-based upgrade assistance
37+
- **[.NET Upgrade Assistant](https://dotnet.microsoft.com/platform/upgrade-assistant)** - Command-line tool for initial project conversion
38+
- **[Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant)** - GUI-based upgrade assistance
4339

4440
### Comprehensive guides
45-
46-
* **[Porting ASP.NET Apps eBook](https://aka.ms/aspnet-porting-ebook)** - Complete reference guide
47-
* **[eShop Migration Example](/dotnet/architecture/porting-existing-aspnet-apps/example-migration-eshop)** - Real-world case study
41+
- **[Porting ASP.NET Apps eBook](https://aka.ms/aspnet-porting-ebook)** - Complete reference guide
42+
- **[eShop Migration Example](/dotnet/architecture/porting-existing-aspnet-apps/example-migration-eshop)** - Real-world case study
4843

4944
## Changes to technology areas
5045

5146
Before you begin, review the [technical differences between ASP.NET Framework and ASP.NET Core](xref:migration/fx-to-core/areas) to understand key changes that may affect your migration.
5247

53-
:::moniker-end
48+
:::moniker-end

aspnetcore/zone-pivot-groups.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,4 @@ groups:
125125
- id: manual
126126
title: Manually
127127
- id: aspire
128-
title: Aspire
129-
- id: fx-to-core-migration
130-
title: Migration Approach
131-
prompt: Choose migration approach
132-
pivots:
133-
- id: incremental
134-
title: Incremental
135-
- id: inplace
136-
title: In Place
128+
title: Aspire

0 commit comments

Comments
 (0)