Archived post: posted sometime between 2016 and 2022.

.NET Core - What do all the versions mean?

DRAFT This article contains best guesses... help wanted. Tweet help to @dicshaunary .

Things that have versions

Versions inside the SDK install

When we install SDK version 1.0.1 we receiving these versions:

.NET Core Runtime                     1.0.4 and 1.1.1
.NET Core Shared Framework Host       1.1.0
Command Line Interface                1.0.1
Software Development Kit              1.0.1
.NET Standard                         ?

Research (unanswered) questions

Research

When we install the .NET Core SDK 1.0.1 we receive a new listing in Programs and Features: .NET Core SDK 1.0.1 (x64) . We also receive the following directory structure (some items omitted):

C:\Program Files\dotnet\
  host\fxr\1.1.0\
  sdk\1.0.1\
  shared\Microsoft.NETCore.App\
    1.0.4\
    1.1.1\
  dotnet.exe

host

sdk

shared

dotnet.exe

Some articles we've read