Skip to content

Commit 0272e01

Browse files
kant2002gewarren
andauthored
Update docs/core/tutorials/netcore-hosting.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 6a6b564 commit 0272e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/netcore-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ The native host can now call the managed method and pass it the desired paramete
7373

7474
## Limitations
7575

76-
Right now there only one runtime that can be loaded inside single process. It does not matter how it is loaded, either via standard hosting process, or via custom .NET Host, or if you load DLL created using NativeAOT, all of these variants is the same flavour of the runtimes, and as such you cannot mix them inside single process.
76+
Only one runtime can be loaded inside a single process. Even if multiple runtimes are loaded in different ways (for example, via the standard hosting process or a custom .NET Host, or loading an assembly created using NativeAOT), they're still the same flavor and can't be mixed inside a single process.

0 commit comments

Comments
 (0)