1.查看dotnet命令
2.创建一个新的 .NET Core 项目:
3.运行应用程序(dotnet run 命令在应用程序过期(配置或代码发生变更)时重新生成它):
dotnet run
4.浏览http://localhost:5000:
http://localhost:5000