File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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 =" 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 " />
6
6
</ItemGroup >
7
7
</Project >
You can’t perform that action at this time.
0 commit comments