Skip to content

Commit 068e890

Browse files
authored
Update garbage-collector.md (#31468)
1 parent 3188a5c commit 068e890

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/core/runtime-config/garbage-collector.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,7 @@ Example:
556556
557557
## Standalone GC
558558

559-
- Specifies a path to the library containing the garbage collector that the runtime intends to load.
560-
- For more information, see [Standalone GC loader design](https://github.com/dotnet/runtime/blob/main/docs/design/features/standalone-gc-loading.md).
561-
559+
- Specifies the name of a standalone GC DLL that the runtime loads in place of the one it has in the main runtime DLL (coreclr.dll). This DLL needs to reside in the same directory as *coreclr.dll*
562560
| | Setting name | Values | Version introduced |
563561
| - | - | - | - |
564562
| **runtimeconfig.json** | N/A | N/A | N/A |

0 commit comments

Comments
 (0)