Skip to content

Commit 4115929

Browse files
authored
Apply suggestions from code review
1 parent 83624f6 commit 4115929

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

MultiTarget/PackageReferences/Uwp/Microsoft.UI.Xaml.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project>
22
<!-- Condition must be on a <When> statement in its own file for this to work in Visual Studio. https://stackoverflow.com/a/16557059 -->
33
<Choose>
4-
<!-- Temp workaround until next Windows SDK servicing update -->
54
<When Condition="'$(HasWinUI)' == 'true'" >
65
<ItemGroup>
76
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.7-prerelease.241119001" />

MultiTarget/PackageReferences/Uwp/Microsoft.Windows.CsWinRT.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project>
22
<!-- Condition must be on a <When> statement in its own file for this to work in Visual Studio. https://stackoverflow.com/a/16557059 -->
33
<Choose>
4-
<!-- Temp workaround until next Windows SDK servicing update -->
54
<When Condition="'$(MultiTargetPlatformIdentifier)' == 'windows'" >
65
<ItemGroup>
76
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.6" PrivateAssets="all" />

0 commit comments

Comments
 (0)