.Net初入门

178 阅读1分钟

下载链接

下载 .NET 8.0 (Linux、macOS 和 Windows) 安装 配置环境变量

image.png

入门文档

使用 Visual Studio Code 创建 .NET 控制台应用程序 - .NET | Microsoft Learn

信任开发证书

dotnet dev-certs https --trust

image.png

新建项目

dotnet new console --framework net8.0 --use-program-main