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.
This commit is contained in:
parent
0ddccc2922
commit
31467e681e
1 changed files with 7 additions and 7 deletions
|
@ -80,20 +80,20 @@ This, however, does have one specific constraint: **newer versions must be insta
|
|||
## Layout on disk
|
||||
```
|
||||
<INSTALL_DIR>/ (%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/
|
||||
<sdk-version-0>/ (i.e. "1.0.0-rc2-002543")
|
||||
... (binaries like: dotnet.dll, csc.dll)
|
||||
<sdk-version-1>/
|
||||
... (binaries)
|
||||
...
|
||||
shared/ ("redist" or "shared framework")
|
||||
shared/ ("redist" or "shared framework")
|
||||
<target-framework-name>/ (currently only "Microsoft.NETCore.App")
|
||||
<redist-version-0>/ (i.e. "1.0.0-rc2-3002543")
|
||||
<redist-version-0>/ (i.e. "1.0.0-rc2-3002543")
|
||||
... (binaries like: coreclr.dll, mscorlib.ni.dll, System.*.dll, dotnet-hostimpl.dll, dotnet, netcoreapp.deps.json)
|
||||
<redist-version-1>/
|
||||
... (binaries)
|
||||
<redist-version-1>/
|
||||
... (binaries)
|
||||
```
|
||||
|
||||
## Native dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue