Skip to content

Commit

Permalink
Include Microsoft.Windows.SDK.CPP package on both uap* and net*-windo…
Browse files Browse the repository at this point in the history
…ws tfms
  • Loading branch information
Arlodotexe committed Dec 5, 2024
1 parent f3f18bd commit 7625ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiTarget/PackageReferences/Uwp.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" Include="Microsoft.Windows.CsWinRT" Version="2.1.6" PrivateAssets="all" />

<!-- Temp workaround until next Windows SDK servicing update -->
<PackageReference Condition="'$(HasWinUI)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" Include="Microsoft.Windows.SDK.CPP" Version="10.0.26100.2454" PrivateAssets="all" />
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.SDK.CPP" Version="10.0.26100.2454" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 7625ac5

Please sign in to comment.