Answer the question
In order to leave comments, you need to log in
How to run Console Application (.NET Core) on windows like an application i.e. not through the studio?
How to run Console Application (.NET Core) on windows like an application i.e. not through the studio?
.exe file is not there. Help.
Answer the question
In order to leave comments, you need to log in
In cmd I went to the folder with .csproj and entered dotnet run your-programm-name.dll
You can
dotnet publish -r win-x64
and you will have an Exe file.
https://docs.microsoft.com/en-us/dotnet/core/tools...
Go to cmd, go to debug/release folder. In cmd type:
dotnet run your-programm-name.dll
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question