You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/migration/fx-to-core/examples/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Migrate configuration to ASP.NET Core
3
3
author: wadepickett
4
4
description: Learn how to migrate configuration from an ASP.NET MVC project to an ASP.NET Core MVC project.
5
5
ms.author: wpickett
6
-
ms.date: 10/14/2016
6
+
ms.date: 12/30/2025
7
7
uid: migration/fx-to-core/examples/configuration
8
8
ms.sfi.ropc: t
9
9
---
@@ -12,7 +12,7 @@ ms.sfi.ropc: t
12
12
13
13
In the previous article, we began to [migrate an ASP.NET MVC project to ASP.NET Core MVC](overview.md). In this article, we migrate configuration.
14
14
15
-
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/fx-to-core/examples/configuration/samples) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
15
+
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/fx-to-core/examples/samples/configuration) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
0 commit comments