Emre SINDIR

Results 2 comments of Emre SINDIR

you can use the following command to check which architecture based SDK is installed on your machine. Replace the {VersionNumber} with your dotnet version. `$ cat /usr/local/share/dotnet/sdk/{VersionNumber}/.version` it should be...

Have you ever tried to build and/or run any application in your environment? If you haven't yet, you can create a new project by the following command; `dotnet new console`...