We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7999b commit f0aaac1Copy full SHA for f0aaac1
MultiTarget/PackageReferences/Uwp.props
@@ -2,5 +2,8 @@
2
<ItemGroup>
3
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.UI.Xaml" Version="2.8.7-prerelease.241119001" />
4
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" Include="Microsoft.Windows.CsWinRT" Version="2.1.6" PrivateAssets="all" />
5
+
6
+ <!-- Temp workaround until next Windows SDK servicing update -->
7
+ <PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" Include="Microsoft.Windows.SDK.CPP" Version="10.0.26100.2454" PrivateAssets="all" />
8
</ItemGroup>
9
</Project>
0 commit comments