Skip to content

Instantly share code, notes, and snippets.

@weirenxue
Last active October 24, 2021 02:52
Show Gist options
  • Save weirenxue/7c6a432469800467186c07a8deb01c62 to your computer and use it in GitHub Desktop.
Save weirenxue/7c6a432469800467186c07a8deb01c62 to your computer and use it in GitHub Desktop.
安裝 ASP.Net Core 執行環境
[wrxue@localhost ~]$ sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
[wrxue@localhost ~]$ sudo yum install -y aspnetcore-runtime-3.1 # 依照自己的目標版本更改,2.1、3.1、5.0 等等
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment