Skip to content

Commit f0aaac1

Browse files
committed
Add temporary workaround for Windows SDK dependency in Uwp.props
1 parent fd7999b commit f0aaac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MultiTarget/PackageReferences/Uwp.props

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
<ItemGroup>
33
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.UI.Xaml" Version="2.8.7-prerelease.241119001" />
44
<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" />
58
</ItemGroup>
69
</Project>

0 commit comments

Comments
 (0)