Dotnet Dev on Linux

To create a new project at the current folder:

dotnet new console --framework net6.0 --use-program-main

To run the app:

dotnet run

 


Revision #1
Created 10 April 2025 05:17:53 by glwhite
Updated 10 April 2025 05:18:39 by glwhite