Skip to content

Commit

Permalink
fix: skia sample build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Sep 29, 2022
1 parent d1223a8 commit bb2ec7d
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType Condition="'$(Configuration)'=='Reelase'">WinExe</OutputType>
Expand Down Expand Up @@ -39,6 +39,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.1-preview.79" />
<PackageReference Include="SkiaSharp.Views.Uno" Version="2.88.1-preview.79" />
<PackageReference Include="Uno.ShowMeTheXAML" Version="1.0.59" />
<PackageReference Include="Uno.ShowMeTheXAML.MSBuild" Version="1.0.59" />
<PackageReference Include="Uno.UI.Skia.Gtk" Version="4.5.0-dev.645" />
Expand Down

0 comments on commit bb2ec7d

Please sign in to comment.