File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
<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 " />
6
6
</ItemGroup >
7
7
</Project >
Original file line number Diff line number Diff line change 5
5
<PackageReference Condition =" '$(IncludeWasmSkia)' == 'true'" Include =" SkiaSharp.NativeAssets.WebAssembly" Version =" 2.88.9" />
6
6
</ItemGroup >
7
7
<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 " />
11
11
</ItemGroup >
12
12
</Project >
You can’t perform that action at this time.
0 commit comments