G
G
GayLord632019-01-16 16:14:55
.NET
GayLord63, 2019-01-16 16:14:55

Is it possible to somehow run the .NET Core Console Application on hosting with Unbutu?

For example, Node.js can be launched via the server command line (in putty, for example). Is it possible to perform such actions with the .NET Core Console App. And if so, how?)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2019-01-16
@alexr64

https://docs.microsoft.com/en-us/dotnet/core/
https://docs.microsoft.com/en-us/dotnet/core/linux...

R
relov, 2020-06-07
@relov

install runtimes or sdk net.core for your linux distribution https://dotnet.microsoft.com/download/dotnet-core/3.1
and build and run your console application from source via terminal:
dotnet restore && dotnet run
or execute already built application
dotnet App.dll

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question