We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe0e9f commit ebb1868Copy full SHA for ebb1868
src/Directory.Packages.props
@@ -90,7 +90,7 @@
90
91
<!-- Windows-specific packages for MAUI -->
92
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
93
- <PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" />
94
- <PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4948" />
+ <PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.8.251003001" />
+ <PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.6584" />
95
</ItemGroup>
96
</Project>
0 commit comments