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 00974a2 commit 8b58455Copy full SHA for 8b58455
MultiTarget/PackageReferences/Uwp.props
@@ -4,6 +4,6 @@
4
<PackageReference Condition="'$(MultiTargetPlatformIdentifier)' == 'windows'" Include="Microsoft.Windows.CsWinRT" Version="2.1.6" PrivateAssets="all" />
5
6
<!-- Temp workaround until next Windows SDK servicing update -->
7
- <PackageReference Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' == 'windows'" Include="Microsoft.Windows.SDK.CPP" Version="10.0.26100.2454" PrivateAssets="all" />
+ <PackageReference Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' == 'windows' AND '$(IsDeployableHead)' != 'true'" Include="Microsoft.Windows.SDK.CPP" Version="10.0.26100.2454" PrivateAssets="all" />
8
</ItemGroup>
9
</Project>
0 commit comments