Преглед изворни кода

Revert "use newer preview skiasharp."

This reverts commit 5210bb12e48f1eabeba5a6655c64bf9874a9982f.
Dan Walmsley пре 3 година
родитељ
комит
95ac5122e4
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      build/SkiaSharp.props

+ 3 - 3
build/SkiaSharp.props

@@ -1,7 +1,7 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="SkiaSharp" Version="2.88.0-preview.232" />
-    <PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0-preview.232" />
-    <PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.0-preview.232"/>
+    <PackageReference Include="SkiaSharp" Version="2.88.0-preview.209" />
+    <PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0-preview.209" />
+    <PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.0-preview.209"/>
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>