Running brew search dotnet
shows the following
❯ brew search dotnet
==> Formulae
dotnet dotbot
==> Casks
dotnet-preview dotnet-sdk-preview dotnet dotnet-sdk ✔
I am interested to know what are the differences between
- the cask
dotnet
- the cask
dotnet-sdk
- the formula
dotnet
I am guessing the casks are the SDK and the runtime of dotnet (i.e. similar to what the JDK and the JRE are, you need dotnet
to run a .NET app and dotnet-sdk
to compile and develop one. But what is the forumla (non-cask) version of dotnet
do ?