5 lines
105 B
Batchfile
5 lines
105 B
Batchfile
|
@echo off
|
||
|
SET DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||
|
SET LANG=en_US.UTF-8
|
||
|
dotnet run --project SharpChat -c Debug
|