committed by
GitHub
11 changed files with 40 additions and 21 deletions
@ -1,6 +1,6 @@ |
|||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<ItemGroup> |
|||
<PackageReference Include="SkiaSharp" Version="2.80.0" /> |
|||
<PackageReference Include="SkiaSharp" Version="2.80.1" /> |
|||
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.80.0" /> |
|||
</ItemGroup> |
|||
</Project> |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
Compat issues with assembly Avalonia.Visuals: |
|||
EnumValuesMustMatch : Enum value 'Avalonia.Media.FontStyle Avalonia.Media.FontStyle.Italic' is (System.Int32)1 in the implementation but (System.Int32)2 in the contract. |
|||
EnumValuesMustMatch : Enum value 'Avalonia.Media.FontStyle Avalonia.Media.FontStyle.Oblique' is (System.Int32)2 in the implementation but (System.Int32)1 in the contract. |
|||
Total Issues: 2 |
|||
@ -1 +1 @@ |
|||
Subproject commit 8d9fee734afaced9366774fda41b6aa2ab19875f |
|||
Subproject commit 7d15a9227461cf4d62bc2ed251fcc25c96b28aaf |
|||
Loading…
Reference in new issue