Visual Studio Code 에서 C# 콘솔 프로젝트 하기
Unity3D/C# 2018. 12. 28. 13:33Visual Studio Code 에서 C# 콘솔 프로젝트 하기
https://dotnet.microsoft.com/download
.Net Core SDK 설치
Visual Studio Code재 실행
터미널 열기
dotnet new console
이미 만들어졌다면 --force옵션 넣어준다.
실행하기
터미널 명령어 : dotnet run
'Unity3D > C#' 카테고리의 다른 글
What and where are the stack and heap? (0) | 2019.01.18 |
---|---|
Visual Studio Code 에서 Newtonsoft.JSON 사용하기 (0) | 2018.12.28 |
SOLID (객체 지향 설계) (0) | 2018.09.03 |
Stack & Heap (0) | 2018.08.30 |
Console.ReadLine (0) | 2018.08.22 |