Skip to content

Commit

Permalink
update dotnet 2.0 (neo-project#394)
Browse files Browse the repository at this point in the history
* update dotnet 2.0

* Update setup.md

* Update setup.md

* update 2.0
  • Loading branch information
jonatanblockchain authored and Celia18305 committed Feb 23, 2018
1 parent db6676c commit 26d9d9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions es-es/node/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Para el desplegar un nodo consenso se usa el cliente `NEO-cli`. Un programa mult

## Ejecutar el entorno

Ejecutar el nodo NEO requiere la instalación de [.NET Core Runtime](https://www.microsoft.com/net/download/core#/runtime), la **versión 1.1.2** o superior.
Ejecutar el nodo NEO requiere la instalación de [.NET Core Runtime](https://www.microsoft.com/net/download/core#/runtime), la **versión 2.0** o superior.

### Instalación en un entorno Windows

Expand Down Expand Up @@ -53,8 +53,9 @@ sudo yum update
sudo yum install epel-release unzip wget -y
sudo yum install leveldb-devel libunwind libicu -y
sudo curl -sSL -o dotnet.tar.gz https://aka.ms/dotnet-sdk-2.0.0-linux-x64
mkdir -p ~/dotnet && tar zxf dotnet.tar.gz -C ~/dotnet
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[packages-microsoft-com-prod]\nname=packages-microsoft-com-prod \nbaseurl=https://packages.microsoft.com/yumrepos/microsoft-rhel7.3-prod\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/dotnetdev.repo'
sudo yum install dotnet-sdk-2.0.0
export PATH=$PATH:$HOME/dotnet
sudo wget https://github.com/neo-project/neo-cli/releases/download/v2.1.0/neo-cli-centos.7-x64.zip
Expand Down

0 comments on commit 26d9d9d

Please sign in to comment.