Skip to content

Commit d0fbfd6

Browse files
Link the app config file explanation and schema in CS1702 page (#48194)
1 parent 02498d5 commit d0fbfd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/csharp/misc/cs1702.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ ms.assetid: 106b9994-c762-44b9-942e-5417cf3dbbab
1212

1313
Assuming assembly reference "Assembly Name #1" matches "Assembly Name #2", you may need to supply runtime policy
1414

15-
The two assembly references have differing build and/or revision numbers, so will not automatically unify. You may need to supply run-time policy to force unification by `using` directives in the application .config file.
15+
The two assembly references have differing build and/or revision numbers, so will not automatically unify. You may need to supply run-time policy to force unification by `using` directives in the application [.config file](../../framework/configure-apps/index.md#application-configuration-files).
16+
17+
## See also
18+
19+
- [Configuration File Schema](../../framework/configure-apps/file-schema/application-settings-schema.md)

0 commit comments

Comments
 (0)