Skip to content

Commit

Permalink
Fix #5768 (#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez authored and kmahone committed Oct 26, 2021
1 parent 61d5e74 commit 379b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/NuSpecs/MUXControls-Nuget-Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<XamlWinmd Include="$(MSBuildThisFileDirectory)..\lib\uap10.0\Microsoft.UI.Xaml.winmd">
<SkipHarvestingWinmdRegistration Condition="'$(MicrosoftUIXamlAppxVersion)' != ''">true</SkipHarvestingWinmdRegistration>
<TargetPath>$(WinMetadataDir)\Microsoft.UI.Xaml.winmd</TargetPath>
<TargetPath>Microsoft.UI.Xaml.winmd</TargetPath>
<OutputGroup>CustomOutputGroupForPackaging</OutputGroup>
<ProjectName>$(ProjectName)</ProjectName>
<Implementation Condition="'$(MicrosoftUIXamlAppxVersion)' == ''">Microsoft.UI.Xaml.dll</Implementation>
Expand Down

0 comments on commit 379b964

Please sign in to comment.