From 2fa3c9cadb096baf97f07048826f2051a0fe2bbc Mon Sep 17 00:00:00 2001 From: Michael Hawker <24302614+michael-hawker@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:51:55 -0800 Subject: [PATCH] Update WASDK 1.6.241114003 and CsWinRT 2.1.6 to fix issues with StaggeredLayout in WinUI 3 We were hitting issues with ItemSource setting in WinUI 3, per similar notes in https://github.com/CommunityToolkit/Windows/issues/516 Updating CsWin32 provided better error messages (mostly to do with using {Binding} still in samples), but this appears to resolve the ItemsSource issue I was seeing before --- MultiTarget/PackageReferences/WinAppSdk.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MultiTarget/PackageReferences/WinAppSdk.props b/MultiTarget/PackageReferences/WinAppSdk.props index 8f4fa3b3..b557de75 100644 --- a/MultiTarget/PackageReferences/WinAppSdk.props +++ b/MultiTarget/PackageReferences/WinAppSdk.props @@ -1,6 +1,7 @@ - + +