Skip to content

Commit dc72af6

Browse files
authored
Merge pull request #8233 from adirh3/upgrade_skia_packages
Upgraded SkiaSharp packages
2 parents 2747384 + f145cdf commit dc72af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)