xeonds
2024-03-21 00:04:11
省流:安装如下三个包就行:
aspnet-runtime-bin dotnet-sdk-bin dotnet-runtime-bin
之前没装第一个包,导致运行的时候一直报错You must install or update .NET to run this application.还疑惑了半天我不是装了吗…
You must install or update .NET to run this application.
dotnet new [name] dotnet build dotnet run