diff --git a/Documentation/specs/cli-installation-scenarios.md b/Documentation/specs/cli-installation-scenarios.md index d9e1a8187..b547116cd 100644 --- a/Documentation/specs/cli-installation-scenarios.md +++ b/Documentation/specs/cli-installation-scenarios.md @@ -80,21 +80,21 @@ This, however, does have one specific constraint: **newer versions must be insta ## Layout on disk ``` / (%PATH%) - dotnet ("muxer", has platform dependant file extension) + dotnet ("muxer", has platform dependant file extension) hostfxr (implementation detail for "muxer", platform dependant file extension) - sdk/ + sdk/ / (i.e. "1.0.0-rc2-002543") ... (binaries like: dotnet.dll, csc.dll) / ... (binaries) ... - shared/ ("redist" or "shared framework") + shared/ ("redist" or "shared framework") / (currently only "Microsoft.NETCore.App") - / (i.e. "1.0.0-rc2-3002543") + / (i.e. "1.0.0-rc2-3002543") ... (binaries like: coreclr.dll, mscorlib.ni.dll, System.*.dll, dotnet-hostimpl.dll, dotnet, netcoreapp.deps.json) - / - ... (binaries) -``` + / + ... (binaries) +``` ## Native dependencies .NET Core CLI is built on top of CoreFX and CoreCLR and as such its' dependencies set is defined by the platform that those two combine. Whether or not those dependencies will be installed depends on the installer being used. The table below lists out the installers and whether or not they bring in dependencies.