Skip to content

Commit efa08eb

Browse files
authored
Merge pull request #3480 from corob-msft/docs/corob/netcore-version
Include version for support of netcore option
2 parents 760dc1a + 6218860 commit efa08eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/build/reference/clr-common-language-runtime-compilation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ One or more of the following comma-separated arguments.
2323

2424
With no options, **`/clr`** creates metadata for the component. The metadata can be consumed by other CLR applications, and enables the component to consume types and data in the metadata of other CLR components. For more information, see [Mixed (Native and Managed) Assemblies](../../dotnet/mixed-native-and-managed-assemblies.md).
2525

26-
- **`NetCore`**
26+
::: moniker range="msvc-160"
2727

28-
**`/clr:NetCore`** creates metadata and code for the component using the latest cross-platform .NET framework, also known as .NET Core. The metadata can be consumed by other .NET Core applications. And, the option enables the component to consume types and data in the metadata of other .NET Core components.
28+
- **`netcore`**
29+
30+
Available starting in Visual Studio 2019 version 16.4, **`/clr:netcore`** creates metadata and code for the component using the latest cross-platform .NET framework, also known as .NET Core. The metadata can be consumed by other .NET Core applications. And, the option enables the component to consume types and data in the metadata of other .NET Core components.
31+
32+
::: moniker-end
2933

3034
- **`nostdlib`**
3135

0 commit comments

Comments
 (0)