Visual Studio(IDE)

Windows cmd창에서 같은 실행파일을 만들기(WinForms)

여린완자 2025. 1. 17. 14:18

Visual Stuio에서 프로젝트를 만들어서 실행한 결과소스로만으로 Windows cmd창에서 같은 실행파일을 만들기


>dotnet new winforms -o DotWinFrm21
>cd DotWinFrm21
>dotnet add package ServiceStack
>dotnet add package Newtonsoft.Json
>dotnet add package ServiceStack.Redis
>dotnet add package Systehttp://m.Data.SQLite