I noticed there are few dotnet.exe under the SDK/Runtime binary.
Ex: I download the netcore 1.1 SDK binary, the layout looks like this
..\host
\sdk
\shared\Microsoft.NETCore.App\1.1.1\dotnet.exe
\dotnet.exe
Ex: I download the netcore 1.1 runtime binary, the layout looks like this
..\host
\shared\Microsoft.NETCore.App\1.1.1\dotnet.exe
\dotnet.exe
I am curious about what's the different between them.