.NET Core is a free and open-source managed software framework for Windows, macOS and Linux. It consists of CoreCLR, a complete runtime implementation of CLR, the virtual machine that manages the execution of .NET programs. CoreCLR comes with an improved just-in-time compiler, called RyuJIT.
Size: 126 MB
Authors: Microsoft
Default path: %ProgramFiles%\dotnet
pbox install dotnet-core-sdk
Show pbox.xml
<pbox version="1.0">
<name>dotnet-core-sdk</name>
<title>Microsoft .NET Core SDK</title>
<version>3.1.402</version>
<group>os</group>
<group>compiler</group>
<archs>64</archs>
<homedir>%ProgramFiles%\dotnet</homedir>
<homedirCustomizable>false</homedirCustomizable>
<install>
<exec>".\exe\dotnet-sdk-${version}-win-gs-x64.exe" /install /quiet</exec>
<env>DOTNET_CORE_HOME=${homedir}</env>
</install>
<uninstall>
<exec>".\exe\dotnet-sdk-${version}-win-gs-x64.exe" /uninstall /quiet</exec>
<remove>${homedir}</remove>
<unenv>DOTNET_CORE_HOME</unenv>
</uninstall>
</pbox>