-
Notifications
You must be signed in to change notification settings - Fork 0
SDK for .NET Core and dotnet CLI
xtreme-steve-elliott edited this page Nov 9, 2018
·
2 revisions
Previous: Development Tools
To build .NET Core apps, first install the .NET Core SDK. Note that OS X 10.12+ is required if working on Mac. The SDK also installs the dotnet cli (Command Line Interface) is a tool for developing .NET applications. For more information, click here.
Once complete, make sure it is accessible by typing the following.
On Linux/Mac:
which dotnet
On Windows:
where dotnet
Up Next: IDEs