Skip to content

Commit 88aa27c

Browse files
Merge pull request #13277 from anandmeg/uuf257448
Add info on how to read app settings
2 parents 1966365 + b998195 commit 88aa27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/how-to-add-app-config-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add an app.config file to a project
33
description: Learn how to add an app.config file to a C# project so you can customize how the common language runtime locates and loads assembly files.
4-
ms.date: 10/25/2024
4+
ms.date: 10/28/2024
55
ms.topic: how-to
66
dev_langs:
77
- CSharp
@@ -38,7 +38,7 @@ To add an application configuration file to a C# project:
3838

3939
:::image type="content" source="media/vs-2022/app-config-file-csharp-project.png" alt-text="Screenshot of the App dot config file added to your project.":::
4040

41-
For more information about application configuration files or about assemblies in .NET, see [How the runtime locates assemblies (.NET Framework)](/dotnet/framework/deployment/how-the-runtime-locates-assemblies) and [Assemblies in .NET](/dotnet/standard/assembly/).
41+
For more information about application configuration files or about assemblies in .NET, see [How the runtime locates assemblies (.NET Framework)](/dotnet/framework/deployment/how-the-runtime-locates-assemblies) and [Assemblies in .NET](/dotnet/standard/assembly/). To learn how to read application settings from an app.config file in .NET Framework, see [How to: Read application settings](/dotnet/framework/configure-apps/read-app-settings).
4242

4343
## Related content
4444

0 commit comments

Comments
 (0)