Skip to content

Commit

Permalink
Build Graphics.Gtk package
Browse files Browse the repository at this point in the history
It is needed on Gtk platform. Name the package
Mali.Graphics.Gtk.
  • Loading branch information
webwarrior-ws committed Dec 3, 2024
1 parent c0f37e1 commit d020019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mali.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"src\\Core\\src\\Core.csproj",
"src\\Compatibility\\Core\\src\\Compatibility.csproj",
"src\\Controls\\Foldable\\src\\Controls.Foldable.csproj",
"src\\Graphics\\src\\Graphics\\Graphics.csproj"
"src\\Graphics\\src\\Graphics\\Graphics.csproj",
"src\\Graphics\\src\\Graphics.Gtk\\Graphics.Gtk.csproj"
]
}
}
1 change: 1 addition & 0 deletions src/Graphics/src/Graphics.Gtk/Graphics.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;$(_MauiDotNetTfm)-gtk</TargetFrameworks>
<RootNamespace>Microsoft.Maui.Graphics.Gtk</RootNamespace>
<PackageId>Mali.Graphics.Gtk</PackageId>
</PropertyGroup>
<PropertyGroup>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit d020019

Please sign in to comment.