Skip to content

Commit

Permalink
feat: always include Lottie on Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jun 11, 2024
1 parent f2534be commit 41ed53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
in order for VS and C# Dev Kit to show nuget references in their respective solution explorers.
The version is not required, and VS/Code waits for some design-time targets to be executed to evaluate it.
-->
<ItemGroup Condition="$(UnoFeatures.Contains(';lottie;')) OR $(UnoFeatures.Contains(';material;')) OR $(UnoFeatures.Contains(';cupertino;'))">
<ItemGroup Condition="$(UnoFeatures.Contains(';lottie;')) OR $(UnoFeatures.Contains(';material;')) OR $(UnoFeatures.Contains(';cupertino;')) OR $(IsDesktop) == 'true'">
<_UnoProjectSystemPackageReference Include="Uno.WinUI.Lottie" ProjectSystem="true" />
</ItemGroup>

Expand Down

0 comments on commit 41ed53a

Please sign in to comment.