#install gtk# tamplate
dotnet new -i
"GtkSharp.Template.CSharp"
# to see all the installed templates
dotnet new --list
# to create a gtksharp application based on gtkapp template
dotnet new gtkapp