Skip to content

Commit e27f8ab

Browse files
committed
Merge pull request AvaloniaUI#8233 from adirh3/upgrade_skia_packages
Upgraded SkiaSharp packages # Conflicts: # build/SkiaSharp.props
1 parent 20ed002 commit e27f8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/SkiaSharp.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<ItemGroup>
3-
<PackageReference Include="SkiaSharp" Version="2.88.0-preview.178" />
4-
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0-preview.178" />
5-
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.0-preview.178"/>
3+
<PackageReference Include="SkiaSharp" Version="2.88.1-preview.1" />
4+
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.1-preview.1" />
5+
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.1-preview.1" />
66
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)