diff --git a/docs/core/rid-catalog.md b/docs/core/rid-catalog.md index a8a9310a61750..8354185dd8051 100644 --- a/docs/core/rid-catalog.md +++ b/docs/core/rid-catalog.md @@ -15,7 +15,7 @@ RID is short for *Runtime IDentifier*. RID values are used to identify target pl They're used by .NET packages to represent platform-specific assets in NuGet packages. The following values are examples of RIDs: `linux-x64`, `ubuntu.14.04-x64`, `win7-x64`, or `osx.10.12-x64`. For the packages with native dependencies, the RID designates on which platforms the package can be restored. -RIDs can be set in the `` element of your project file. They're also used via the `--runtime` option with the following [.NET Core CLI commands](./tools/index.md): +A single RID can be set in the `` element of your project file. Multiple RIDs can be defined as a semicolon-delimited list in the project file's `` element. They're also used via the `--runtime` option with the following [.NET Core CLI commands](./tools/index.md): - [dotnet build](./tools/dotnet-build.md) - [dotnet clean](./tools/dotnet-clean.md)