jsuarezruiz/maui-linux

[Build] change Gtk3 target framework to .netstandard2

lytico opened this issue · 1 comments

Description

GtkSharp is .netstandard2
there is no need to restrict the Gtk3 backend to net5.0 or later

Steps to Implement

introduce a build variable MauiGtk3 or similar in directory.props

and change the build system to evaluate this variable (see also: #6)

done