Skip to content

Commit c25c22a

Browse files
Update docs/core/tutorials/creating-app-with-plugin-support.md
Co-authored-by: Aaron Robinson <[email protected]>
1 parent 22a5538 commit c25c22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/creating-app-with-plugin-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This tutorial shows you how to create a custom <xref:System.Runtime.Loader.Assem
1616
- Author plugins that can be easily deployed by just copying the build artifacts.
1717

1818
> [!NOTE]
19-
> .NET does not provide a security or reliability boundary beyond the operating system's process boundary. Untrusted code cannot be safely loaded into a trusted .NET process. To provide a security or reliability boundary, consider a technology provided by your OS or virtualization platform.
19+
> Untrusted code cannot be safely loaded into a trusted .NET process. To provide a security or reliability boundary, consider a technology provided by your OS or virtualization platform.
2020
2121
## Prerequisites
2222

0 commit comments

Comments
 (0)