GtkSharp / GtkSharp

.NET wrapper for Gtk and other related libraries
Other
875 stars 98 forks source link

Install error #381

Open docMP opened 1 year ago

docMP commented 1 year ago

Hi, On ubuntu 22.04 I installed sudo apt install dotnet6 and then attempted to build GtkSharp from source as instructed. However at

dotnet cake build.cake

I got error:

Error: One or more errors occurred. (The type initializer for 'TargetEnvironment' threw an exception.) The type initializer for 'TargetEnvironment' threw an exception.

How to solve this?