Skip to content

Commit 34265c5

Browse files
1 parent 8e8ee24 commit 34265c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/SkiaSharp.props

+3-3
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-preview.1.2" />
9+
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="3.119.0-preview.1.2" />
10+
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="3.119.0-preview.1.2" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)