Skip to content

Commit

Permalink
fix(skiagtk): Remove unused incorrect dependency in `Uno.UI.Runtime.S…
Browse files Browse the repository at this point in the history
…kia.Gtk` and `FrameBuffer`
  • Loading branch information
jeromelaban committed May 30, 2021
1 parent 87242aa commit aaf1809
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 aaf1809

Please sign in to comment.