The .NET command-line interface (CLI) is a cross-platform toolchain for developing, building, running, and publishing .NET applications.
.NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT. This port tracks either 'current' or 'LTS' version of dotnet-cli, whichever is latest.
.NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT. This port tracks either 'current' or 'LTS' version of dotnet-cli, whichever is latest.
To install dotnet-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dotnet-cli
To see what files were installed by dotnet-cli, run:
port contents dotnet-cli
To later upgrade dotnet-cli, run:
sudo port selfupdate && sudo port upgrade dotnet-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.