Skip to content
Advertisement

Tag: asp.net-core

Running a self-contained ASP.NET Core application on Ubuntu

I’ve published an ASP.NET Core application as a self-contained application targeting Ubuntu. The publish seems to work fine. I’ve copied the files to a pretty vanilla Ubuntu machine. Now, how do I run my application? My understanding is that because it is a self-contained .NET Core application I do not need to download and install .NET Core anything. My application

Advertisement