Browse Source

Download 3.1 runtime for *nix

grokys/update-net-5.0
Nikita Tsukanov 5 years ago
parent
commit
4a2eb925f5
  1. 2
      build.sh

2
build.sh

@ -65,6 +65,8 @@ else
else
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "$DOTNET_VERSION" --no-path
fi
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.408 --runtime dotnet
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.408 --runtime aspnetcore
fi
export PATH=$DOTNET_DIRECTORY:$PATH

Loading…
Cancel
Save