linux 安装dotnet 8.0运行时
乌班图不能单独安装运行时,不知道为什么,需要安装sdk才可以使用
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get install -y dotnet-sdk-8.0
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get install -y dotnet-sdk-8.0