Skip to content

Commit 2ce7b9e

Browse files
committed
Update the ms.date for the fx-to-core docs
1 parent c6da625 commit 2ce7b9e

17 files changed

+18
-18
lines changed

aspnetcore/migration/fx-to-core/areas/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: ASP.NET Framework to Core Authentication Migration
44
author: rick-anderson
55
ms.author: riande
66
monikerRange: '>= aspnetcore-6.0'
7-
ms.date: 11/9/2022
7+
ms.date: 07/17/2025
88
ms.topic: article
99
uid: migration/fx-to-core/areas/authentication
1010
zone_pivot_groups: migration-remote-app-setup

aspnetcore/migration/fx-to-core/areas/claimsprincipal-current.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: mjrousos
44
description: Learn how to migrate away from static ClaimsPrincipal access to retrieve the current authenticated user's identity and claims in ASP.NET Core.
55
ms.author: wpickett
66
ms.custom: mvc
7-
ms.date: 07/16/2025
7+
ms.date: 07/17/2025
88
uid: migration/fx-to-core/areas/claimsprincipal-current
99
---
1010
# Migrate from static ClaimsPrincipal access

aspnetcore/migration/fx-to-core/areas/http-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate ASP.NET Framework HttpContext to ASP.NET Core
33
description: Learn how to migrate from System.Web.HttpContext to Microsoft.AspNetCore.Http.HttpContext
44
author: twsouthwick
55
ms.author: tasou
6-
ms.date: 07/16/2025
6+
ms.date: 07/17/2025
77
uid: migration/fx-to-core/areas/http-context
88
---
99
# Migrate ASP.NET Framework HttpContext to ASP.NET Core

aspnetcore/migration/fx-to-core/areas/http-handlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate HTTP handlers to ASP.NET Core middleware
33
description: Migrate HTTP handlers to ASP.NET Core middleware
44
author: twsouthwick
55
ms.author: tasou
6-
ms.date: 07/16/2025
6+
ms.date: 07/17/2025
77
uid: migration/fx-to-core/areas/http-handlers
88
---
99
# Migrate HTTP handlers to ASP.NET Core middleware

aspnetcore/migration/fx-to-core/areas/http-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate HTTP modules to ASP.NET Core middleware
33
description: Migrate HTTP modules to ASP.NET Core middleware
44
author: twsouthwick
55
ms.author: tasou
6-
ms.date: 6/20/2025
6+
ms.date: 07/17/2025
77
uid: migration/fx-to-core/areas/http-modules
88
---
99
# Migrate HTTP modules to ASP.NET Core middleware

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Complex migration scenarios - Deep dive areas
33
description: Detailed guidance for complex ASP.NET Framework to ASP.NET Core migration scenarios
44
author: twsouthwick
55
ms.author: tasou
6-
ms.date: 07/16/2025
6+
ms.date: 07/17/2025
77
uid: migration/fx-to-core/areas
88
---
99
# Technology specific guidance

aspnetcore/migration/fx-to-core/areas/membership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: isaacrlevin
44
description: Learn how to migrate existing ASP.NET apps using Membership authentication to ASP.NET Core 2.0 Identity.
55
ms.author: wpickett
66
ms.custom: mvc
7-
ms.date: 10/29/2024
7+
ms.date: 07/17/2025
88
uid: migration/fx-to-core/areas/membership
99
---
1010
<!-- ms.sfi.ropc: t -->

aspnetcore/migration/fx-to-core/areas/misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Technical differences between ASP.NET Framework and ASP.NET Core
33
author: twsouthwick
44
description: Important technical differences to understand when migrating from ASP.NET Framework to ASP.NET Core.
55
ms.author: tasou
6-
ms.date: 06/20/2025
6+
ms.date: 07/17/2025
77
uid: migration/fx-to-core/areas/misc
88
---
99
# Technical differences between ASP.NET Framework and ASP.NET Core

aspnetcore/migration/fx-to-core/areas/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: ASP.NET to ASP.NET Core session state migration
44
author: rick-anderson
55
ms.author: riande
66
monikerRange: '>= aspnetcore-6.0'
7-
ms.date: 11/9/2022
7+
ms.date: 07/17/2025
88
ms.topic: article
99
uid: migration/fx-to-core/areas/session
1010
zone_pivot_groups: migration-remote-app-setup

aspnetcore/migration/fx-to-core/areas/webapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: ardalis
44
description: Learn how to migrate a web API implementation from ASP.NET 4.x Web API to ASP.NET Core MVC.
55
ms.author: wpickett
66
ms.custom: mvc
7-
ms.date: 01/31/2022
7+
ms.date: 07/17/2025
88
uid: migration/fx-to-core/areas/webapi
99
---
1010
# Migrate from ASP.NET Web API to ASP.NET Core

0 commit comments

Comments
 (0)