Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1ae88b3

Browse files
authored
Fix CORE_LIBRARIES doc
1 parent 9401fa6 commit 1ae88b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/workflow/UsingCoreRun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It does this by looking at two environment variables.
1919

2020
* `CORE_ROOT` - The directory where to find the runtime DLLs itself (e.g. CoreCLR.dll).
2121
Defaults to be next to the corerun.exe host itself.
22-
* `CORE_LIBRARIES` - A Semicolon separated list of directories to look for DLLS to resolve any assembly references.
22+
* `CORE_LIBRARIES` - A directory to look for DLLS to resolve any assembly references.
2323
It defaults CORE_ROOT if it is not specified.
2424

2525
These simple rules can be used in a number of ways

0 commit comments

Comments
 (0)