File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Samples/Islands/DrawingIsland Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3434 <!-- Added CsWinRT reference to avoid WinMD error as a result of WinMD leaking via project reference. -->
3535 <PackageReference Include =" CommunityToolkit.WinAppSDK.LottieWinRT" Version =" 8.0.230819-rc-LottieIsland.7.g92a87e1883" />
3636 <PackageReference Include =" CommunityToolkit.WinUI.Lottie" Version =" 8.0.230819-rc-LottieIsland.7.g92a87e1883" />
37+ <PackageReference Include =" Microsoft.Graphics.Win2D" Version =" 1.2.0" />
3738 <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.0.7" />
3839
3940 <!-- Reference WASDK for types -->
Original file line number Diff line number Diff line change 5959 <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
6060 <ItemGroup >
6161 <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.3233" PrivateAssets =" all" />
62+ <!-- Added CsWinRT reference to avoid WinMD error as a result of WinMD leaking via project reference. -->
63+ <PackageReference Include =" CommunityToolkit.WinAppSDK.LottieWinRT" Version =" 8.0.230819-rc-LottieIsland.7.g92a87e1883" />
64+ <PackageReference Include =" CommunityToolkit.WinUI.Lottie" Version =" 8.0.230819-rc-LottieIsland.7.g92a87e1883" />
65+ <PackageReference Include =" Microsoft.Graphics.Win2D" Version =" 1.2.0" />
66+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.0.7" />
67+ <!-- Reference WASDK for types -->
68+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.5.240428000" />
6269 </ItemGroup >
6370 <ItemGroup >
6471 <ProjectReference Include =" ..\DrawingCsTestApp\DrawingCsTestApp.csproj" />
You can’t perform that action at this time.
0 commit comments