We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fae1c0 commit 8d56d3fCopy full SHA for 8d56d3f
MultiTarget/PackageReferences/Uwp/Microsoft.Windows.SDK.CPP.props
@@ -2,7 +2,7 @@
2
<!-- Condition must be on a <When> statement in its own file for this to work in Visual Studio. https://stackoverflow.com/a/16557059 -->
3
<Choose>
4
<!-- Temp workaround until next Windows SDK servicing update -->
5
- <When Condition="'$(HasWinUI)' == 'true'" >
+ <When Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' == 'windows'" >
6
<ItemGroup>
7
<PackageReference Include="Microsoft.Windows.SDK.CPP" Version="10.0.26100.2454" PrivateAssets="all" />
8
</ItemGroup>
0 commit comments