Skip to content

Commit 75033a3

Browse files
authored
Add tip for NuGet packages (#45104)
1 parent f4d1754 commit 75033a3

File tree

2 files changed

+41
-34
lines changed

2 files changed

+41
-34
lines changed

docs/framework/configure-apps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This article describes the syntax of configuration files and provides informatio
7575

7676
To create the output configuration file that's deployed with the app, Visual Studio copies the source configuration file to the directory where the compiled assembly is placed. This file is named *\<yourappname>.exe.config*. For example, an app named *myApp.exe* has an output configuration file named *myApp.exe.config*.
7777

78-
In some cases, Visual Studio may modify the output configuration file. For more information, see [Redirect versions at the app level](redirect-assembly-versions.md#BKMK_Redirectingassemblyversionsattheapplevel) in [Redirecting assembly versions](redirect-assembly-versions.md).
78+
In some cases, Visual Studio might modify the output configuration file. For more information, see [Redirect versions at the app level](redirect-assembly-versions.md#redirect-versions-at-the-app-level).
7979

8080
- ASP.NET-hosted app.
8181

0 commit comments

Comments
 (0)