下载链接
下载 .NET 8.0 (Linux、macOS 和 Windows) 安装 配置环境变量
入门文档
使用 Visual Studio Code 创建 .NET 控制台应用程序 - .NET | Microsoft Learn
信任开发证书
dotnet dev-certs https --trust
新建项目
dotnet new console --framework net8.0 --use-program-main
下载链接
下载 .NET 8.0 (Linux、macOS 和 Windows) 安装 配置环境变量
入门文档
使用 Visual Studio Code 创建 .NET 控制台应用程序 - .NET | Microsoft Learn
信任开发证书
dotnet dev-certs https --trust
新建项目
dotnet new console --framework net8.0 --use-program-main