Selaa lähdekoodia

Merge pull request #4684 from AvaloniaUI/feature/update-skiasharp

update to release of skiasharp.
Nikita Tsukanov 5 vuotta sitten
vanhempi
sitoutus
45ad841bff
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      build/SkiaSharp.props

+ 2 - 2
build/SkiaSharp.props

@@ -1,6 +1,6 @@
 <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.80.2-preview.33" />
-    <PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.80.2-preview.33" />
+    <PackageReference Include="SkiaSharp" Version="2.80.2" />
+    <PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.80.2" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>