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 7a280a6 commit ce3cef0Copy full SHA for ce3cef0
1 file changed
src/Directory.Packages.props
@@ -74,7 +74,7 @@
74
</ItemGroup>
75
<!-- Windows-specific packages for MAUI -->
76
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
77
- <PackageVersion Include="Microsoft.WindowsAppSDK" Version="2.1.3" />
78
- <PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1839" />
+ <PackageVersion Include="Microsoft.WindowsAppSDK" Version="2.2.0" />
+ <PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.2270" />
79
80
</Project>
0 commit comments