VSCode builds .net core project

1. Specify the drive letter d to be operated in the terminal window:

2. Create a project folder mkdir Pandora

3. Open the newly created folder cd pandora

4. Create a project template dotnet new console

5. After the prompt restore is successful, compile the project dotnet restore

6. After the compilation is successful, run the project dotnet run

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325469884&siteId=291194637