Skip to content

Commit

Permalink
Merge pull request #6102 from unoplatform/dev/jela/skviews-remove
Browse files Browse the repository at this point in the history
fix(skiagtk): Remove unused incorrect dependency in `Uno.UI.Runtime.Skia.Gtk` and `FrameBuffer`
  • Loading branch information
jeromelaban authored May 31, 2021
2 parents 79aa924 + aaf1809 commit 8aff0ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Uno.UI.Runtime.Skia.Gtk/Uno.UI.Runtime.Skia.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="SkiaSharp.Views" />
<!--<PackageReference Include="SkiaSharp.Views" />-->
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="SkiaSharp.Views" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8aff0ce

Please sign in to comment.