File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,17 @@ e.g. for Ubuntu 14.04, follow the steps below:
34
34
35
35
` sudo apt-get install git clang-3.9 cmake libunwind8 curl `
36
36
37
- Follow instructions on how to [ install .NET Core SDK 2.0+ on Ubuntu] ( https://www.microsoft.com/net/learn/get-started/linux/ubuntu14-04 ) .
37
+ Follow instructions on how to [ install .NET Core SDK 2.0+ on Ubuntu] ( https://www.microsoft.com/net/learn/get-started/linux/ubuntu14-04 ) :
38
+
39
+ ` #Register Microsoft key and feed `
40
+ ` wget -q packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb `
41
+ ` sudo dpkg -i packages-microsoft-prod.deb `
42
+ ` #Install the SDK `
43
+ ` sudo apt-get install apt-transport-https `
44
+ ` sudo apt-get update `
45
+ ` sudo apt-get install dotnet-sdk-2.1.105 `
46
+
47
+ For more detailed info click [ here] ( https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x ) .
38
48
39
49
### macOS
40
50
You can’t perform that action at this time.
0 commit comments