Skip to content

Commit

Permalink
Adding reference for DynamicDependency winmd (#4852)
Browse files Browse the repository at this point in the history
Signed-off-by: godlytalias <godlytalias@yahoo.co.in>
  • Loading branch information
godlytalias authored Nov 5, 2024
1 parent 8e8ed8b commit 4839475
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/NuSpecs/WindowsAppSDK-Nuget-Native.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
</Reference>
</ItemGroup>

<ItemGroup Condition="'$(AppxPackage)' == 'true'">
<Reference Include="$(MSBuildThisFileDirectory)..\..\lib\uap10.0\Microsoft.Windows.ApplicationModel.DynamicDependency.winmd">
<Private>false</Private>
</Reference>
</ItemGroup>

<ItemGroup>
<Reference Include="$(MSBuildThisFileDirectory)..\..\lib\uap10.0\Microsoft.Windows.ApplicationModel.WindowsAppRuntime.winmd">
<Private>false</Private>
Expand Down

0 comments on commit 4839475

Please sign in to comment.