Skip to content

Commit

Permalink
Merge pull request #18581 from unoplatform/dev/jela/manifest-update
Browse files Browse the repository at this point in the history
chore: Update SkiaSharp manifest default value
  • Loading branch information
jeromelaban authored Oct 25, 2024
2 parents b3c292e + 73a4054 commit 69e89b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
{
"group": "SkiaSharp",
"version": "2.88.8",
"version": "2.88.9-preview.2.2",
"packages": [
"SkiaSharp.Skottie",
"SkiaSharp.Views.Uno.WinUI",
Expand Down
3 changes: 3 additions & 0 deletions src/Uno.UI.Runtime.Skia.Gtk/Uno.UI.Runtime.Skia.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

<!-- Don't install GTK at this step, let the app head do it -->
<SkipGtkInstall>true</SkipGtkInstall>

<!-- Ignore NU5104 for net9.0 Microsoft.Win32.SystemEvents -->
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UI.Runtime.Skia.Wpf/Uno.UI.Runtime.Skia.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<UseCommonOverridePackage>true</UseCommonOverridePackage>

<!-- Ignore NU5104 for net7.0 System.Drawing.Common -->
<!-- Ignore NU5104 for net9.0 Microsoft.Win32.SystemEvents -->
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 69e89b9

Please sign in to comment.