/DotNetCoreTest

.Net Core测试

Primary LanguageC#

.Net Core试用

1.在MacOS环境下安装.Net Core,并重启系统

2.在终端中使用dotnet new console -n=nettest,创建工程

3.使用VSCode打开创建的文件夹

4.配置调试文件

5.运行调试