A tutorial for people who want to move away from .NET Framework to .NET 6 and build multi platform solutions with newer technology.
In the video I'm showing:
1. How to compile a Console application.
2. How to publish the file to a folder and different options.
3. How to access and run the file under Linux.
The procedure is the same for C# and VB.NET (build + publish).
Just remember to Chmod 755 the file on Linux so it will run, this is taken care of by VMWare shared folder in my case, so you may need to do that yourself.
If you want to install .NET 6.0 runtimes on Linux, i have a script on Github to do so here: [ Ссылка ]
Ещё видео!