Skip to content

Commit aeefa65

Browse files
authored
fix: Remove unused native library block from SkiaSharp.Views.Uno.WinUI (#2231)
1 parent 88c0960 commit aeefa65

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

source/SkiaSharp.Views.Uno/SkiaSharp.Views.Uno.Reference/nuget/build/netstandard2.0/SkiaSharp.Views.Uno.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@
55
<UnoRuntimeEnabledPackage Include="SkiaSharp.Views.Uno" PackageBasePath="$(MSBuildThisFileDirectory)..\" />
66
</ItemGroup>
77

8-
<ItemGroup>
9-
<Content Include="$(SkiaSharpStaticLibraryPath)" Visible="false" />
10-
</ItemGroup>
11-
128
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project>
33

4-
<ItemGroup>
5-
<UnoRuntimeEnabledPackage Include="SkiaSharp.Views.Uno.WinUI" PackageBasePath="$(MSBuildThisFileDirectory)..\" />
6-
</ItemGroup>
7-
8-
<ItemGroup>
9-
<Content Include="$(SkiaSharpStaticLibraryPath)" Visible="false" />
10-
</ItemGroup>
4+
<ItemGroup>
5+
<UnoRuntimeEnabledPackage Include="SkiaSharp.Views.Uno.WinUI" PackageBasePath="$(MSBuildThisFileDirectory)..\" />
6+
</ItemGroup>
117

128
</Project>

0 commit comments

Comments
 (0)