-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use lottie in WinUI3 project #515
Comments
@gscheartA We will release CommunityToolkit.WinUI.Lottie package for WinUI3 soon, as 7.1.3 update. You should be able to use this upcoming package in your app. |
@aborziak-ms Thank you very much for your answer, it is great that we can use Lottie in WinUI3 project. Be the way, is there an approximate release time for CommunityToolkit.WinUI.Lottie package? It is important for me to keep my development. |
Any news about 7.1.3 relese? |
This shipped on 7.1.2: |
The package installed by Nuget does not support x64. How can I solve it? |
7.1.2 CommunityToolkit.WinUI.Lottie doesn't seem to support x64? I see here that this seems to have been fixed, can we expect a new release anytime soon for this? |
@azchohfi, @aborziak-ms, @michael-hawker |
@agneszitte have you tried pre-release 8.0.0-rc, does it work for you? There should be full 8.0 release that includes all changes soon. |
I can confirm for @agneszitte that this is indeed working properly now for x64 with 8.0.0-rc, thanks! |
Thanks again for the follow-ups on this issue! Appreciated! |
I am migrating a uwp app to WinUI3, but I get this output when I install Microsoft.Toolkit.Uwp.UI.Lottie Nuget package
NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0). Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)
NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0) / win10-arm64. Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)
NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0) / win10-x64. Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)
NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0) / win10-x86. Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)
May I know how to correctly install lottie in WinUI3 or some other method to use it? Thank you very much
The text was updated successfully, but these errors were encountered: