Skip to content

Commit

Permalink
chore: Adjust for preview packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 25, 2024
1 parent 77e861a commit 73a4054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 73a4054

Please sign in to comment.