Skip to content

Commit 06aed5c

Browse files
committed
Update WASDK version to 1.8.260204000 to match Win2d dependency and fix build errors
1 parent 8751cc2 commit 06aed5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MultiTarget/PackageReferences/WinAppSdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK.WinUI" Version="1.8.250906003" />
3+
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK.WinUI" Version="1.8.260204000" />
44
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.CsWinRT" Version="2.2.0" PrivateAssets="all" />
55
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Web.WebView2" Version="1.0.3179.45" PrivateAssets="all" />
66
</ItemGroup>

0 commit comments

Comments
 (0)