Skip to content

Commit

Permalink
Bump HarfBuzz too
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Oct 27, 2024
1 parent 0b2d7e7 commit 05ff912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/HarfBuzzSharp.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<ItemGroup>
<PackageReference Include="HarfBuzzSharp" Version="7.3.0.2" />
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0.2" />
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="7.3.0.2" />
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="7.3.0.3-preview.2.2" />
</ItemGroup>
</Project>

0 comments on commit 05ff912

Please sign in to comment.