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 34
34
<!-- Added CsWinRT reference to avoid WinMD error as a result of WinMD leaking via project reference. -->
35
35
<PackageReference Include =" CommunityToolkit.WinAppSDK.LottieWinRT" Version =" 8.0.230819-rc-LottieIsland.7.g92a87e1883" />
36
36
<PackageReference Include =" CommunityToolkit.WinUI.Lottie" Version =" 8.0.230819-rc-LottieIsland.7.g92a87e1883" />
37
+ <PackageReference Include =" Microsoft.Graphics.Win2D" Version =" 1.2.0" />
37
38
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.0.7" />
38
39
39
40
<!-- Reference WASDK for types -->
Original file line number Diff line number Diff line change 59
59
<Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
60
60
<ItemGroup >
61
61
<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" />
62
69
</ItemGroup >
63
70
<ItemGroup >
64
71
<ProjectReference Include =" ..\DrawingCsTestApp\DrawingCsTestApp.csproj" />
You can’t perform that action at this time.
0 commit comments