Skip to content

Commit c2c62c9

Browse files
Update SkiaSharp and HarfBuzzSharp version to support LA64 and RV64 (#18571)
* SkiaSharp.props:Update it to support LoongArch64 and RISC-V 64 mono/SkiaSharp#3198 mono/SkiaSharp#3192 mono/SkiaSharp#3200 https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.0-preview.1.2 * HarfBuzzSharp.props:Support LoongArch64 and RISC-V64 mono/SkiaSharp#3198 mono/SkiaSharp#3192 mono/SkiaSharp#3200 https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/8.3.1.1-preview.1.2 * Update SkiaSharp.props * Update HarfBuzzSharp.props --------- Co-authored-by: Maxwell Katz <maxkatz6@outlook.com>
1 parent a8fb53e commit c2c62c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

build/SkiaSharp.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.9" />
66
</ItemGroup>
77
<ItemGroup Condition="'$(AvsIncludeSkiaSharp3)' == 'true'">
8-
<PackageReference Include="SkiaSharp" Version="3.118.0-preview.1.2" />
9-
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="3.118.0-preview.1.2" />
10-
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="3.118.0-preview.1.2" />
8+
<PackageReference Include="SkiaSharp" Version="3.119.0" />
9+
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="3.119.0" />
10+
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="3.119.0" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)