From 31467e681e208673b946997662f191f63f09d2a4 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Mon, 22 May 2017 21:05:01 +0900 Subject: [PATCH] Fix tab/space mixed indentation of Layout of disk Documentation/specs/cli-installation-scenarios.md has mixed tab/space indentation for `Layout on disk` section and shows incorrect layout. --- Documentation/specs/cli-installation-scenarios.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.