Skip to content

Commit

Permalink
Update WASDK 1.6.241114003 and CsWinRT 2.1.6 to fix issues with Stagg…
Browse files Browse the repository at this point in the history
…eredLayout in WinUI 3

We were hitting issues with ItemSource setting in WinUI 3, per similar notes in CommunityToolkit/Windows#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
  • Loading branch information
michael-hawker authored and Arlodotexe committed Dec 3, 2024
1 parent 2ed2861 commit 2fa3c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MultiTarget/PackageReferences/WinAppSdk.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<ItemGroup>
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" />
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.CsWinRt" Version="2.1.6" PrivateAssets="all" />
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Web.WebView2" Version="1.0.2792.45" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 2fa3c9c

Please sign in to comment.