Skip to content

Commit

Permalink
Update Microsoft.WindowsAppSDK version in WinAppSdk.props
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Oct 28, 2024
1 parent 87d5602 commit 4f791ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiTarget/PackageReferences/WinAppSdk.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" />
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Web.WebView2" Version="1.0.2792.45" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 4f791ad

Please sign in to comment.