Skip to content

Commit 379b964

Browse files
crramirezkmahone
authored andcommitted
Fix #5768 (#6063)
1 parent 61d5e74 commit 379b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/NuSpecs/MUXControls-Nuget-Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<XamlWinmd Include="$(MSBuildThisFileDirectory)..\lib\uap10.0\Microsoft.UI.Xaml.winmd">
2626
<SkipHarvestingWinmdRegistration Condition="'$(MicrosoftUIXamlAppxVersion)' != ''">true</SkipHarvestingWinmdRegistration>
27-
<TargetPath>$(WinMetadataDir)\Microsoft.UI.Xaml.winmd</TargetPath>
27+
<TargetPath>Microsoft.UI.Xaml.winmd</TargetPath>
2828
<OutputGroup>CustomOutputGroupForPackaging</OutputGroup>
2929
<ProjectName>$(ProjectName)</ProjectName>
3030
<Implementation Condition="'$(MicrosoftUIXamlAppxVersion)' == ''">Microsoft.UI.Xaml.dll</Implementation>

0 commit comments

Comments
 (0)