Browse Source
* SkiaSharp.props:Update it to support LoongArch64 and RISC-V 64 https://github.com/mono/SkiaSharp/pull/3198 https://github.com/mono/SkiaSharp/pull/3192 https://github.com/mono/SkiaSharp/pull/3200 https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.0-preview.1.2 * HarfBuzzSharp.props:Support LoongArch64 and RISC-V64 https://github.com/mono/SkiaSharp/pull/3198 https://github.com/mono/SkiaSharp/pull/3192 https://github.com/mono/SkiaSharp/pull/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>pull/18892/head
committed by
GitHub
2 changed files with 6 additions and 6 deletions
@ -1,7 +1,7 @@ |
|||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<ItemGroup> |
<ItemGroup> |
||||
<PackageReference Include="HarfBuzzSharp" Version="7.3.0.3" /> |
<PackageReference Include="HarfBuzzSharp" Version="8.3.1.1" /> |
||||
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0.3" /> |
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.Linux" Version="8.3.1.1" /> |
||||
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="7.3.0.3" /> |
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="8.3.1.1" /> |
||||
</ItemGroup> |
</ItemGroup> |
||||
</Project> |
</Project> |
||||
|
|||||
Loading…
Reference in new issue