Skip to content

Commit 62a5ee1

Browse files
maxkatz6danwalmsley
authored andcommitted
Merge pull request #8739 from AvaloniaUI/update-skia
Update SkiaSharp # Conflicts: # build/HarfBuzzSharp.props
1 parent 0ac982f commit 62a5ee1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/HarfBuzzSharp.props

+3-3
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="HarfBuzzSharp" Version="2.8.2-preview.178" />
4-
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.Linux" Version="2.8.2-preview.178" />
5-
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="2.8.2-preview.178"/>
3+
<PackageReference Include="HarfBuzzSharp" Version="2.8.2.1-preview.108" />
4+
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.Linux" Version="2.8.2.1-preview.108" />
5+
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="2.8.2.1-preview.108" />
66
</ItemGroup>
77
</Project>

build/SkiaSharp.props

+3-3
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.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" />
3+
<PackageReference Include="SkiaSharp" Version="2.88.1-preview.108" />
4+
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.1-preview.108" />
5+
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.1-preview.108" />
66
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)