centos7 以下系统 缺少依赖库 最好不用
1,官网下载 .net core 二进制 压缩包
https://dotnet.microsoft.com/download
2,传到 linux 上 进入linux 上此压缩包目录下进行解压
tar -vxf aspnetcore-runtime-2.2.0-linux-x64.tar.gz 解压文件
3,cd 命令进入 解压目录
./dotnet --info 有信息就说明成功
4,安装 jexus 并进行 相应配置 具体说明 如下
https://blog.csdn.net/MeGoodtoo/article/details/78895445