GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
27 stars 21 forks source link

Consider using client profile as lowest common denominator #47

Open gsnoff opened 4 years ago

gsnoff commented 4 years ago

Currently the .csproj files are targeting the full version of .NET framework 4.0. This causes the libraries to be unusable in projects targeting the client profile, and by extension, systems which only have the client profile installed.

Consider doing the following: