Skip to content

Commit e3acd15

Browse files
DAXaholicBillWagner
authored andcommitted
Fix indentation in sample XML config (#5870)
Use proper indentation for 'codeBase' tags. The current formatting could suggest that the 'codeBase' tag is a child of 'assemblyIdentity'
1 parent b14bda8 commit e3acd15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/deployment/how-the-runtime-locates-assemblies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ Al.exe /link:asm6.exe.config /out:policy.3.0.asm6.dll /keyfile: compatkey.dat /v
231231
```xml
232232
<dependentAssembly>
233233
<assemblyIdentity name="Server" publicKeyToken="c0305c36380ba429" />
234-
<codeBase version="1.0.0.0" href="v1/Server.dll"/>
235-
<codeBase version="2.0.0.0" href="v2/Server.dll"/>
234+
<codeBase version="1.0.0.0" href="v1/Server.dll" />
235+
<codeBase version="2.0.0.0" href="v2/Server.dll" />
236236
</dependentAssembly>
237237
```
238238

0 commit comments

Comments
 (0)