Utkucan SaraƧ (Unlicensed)
Nov 11, 2022
...
MACOS Dotnet 3.1 Kurulumu
Dotnet 3.1 installation is mandatory. You can install Dotnet Core 3.1 on MACOS machines as described below.
Microsoft .Net Core 3.1 For MacOS For MacOS link and click to run the installation
For machines using M1 Series Chip Dotnet 3.1 after installation.
Dotnet 3.1 Binaries The following procedures are applied for the installation of the files downloaded via the link on the machine.
Transactions must be made with an authorized user on the terminal .:
Dotnet 3.1 Copying Process of Binaries Files:
cp -a /Download/dotnet-sdk/ . /usr/local/share/dotnet
To authorize files in Dotnet Folder :
find . -type f -print0 | xargs -0 xattr -d com.apple.quarantine
To run the dotnet command, create folders and shortcuts :
cd /usr/local/binln -s /usr/local/share/dotnet/dotnet dotnet
cd /usr/local/bin
ln -s /usr/local/share/dotnet/dotnet dotnet