Skip to content

Commit

Permalink
Copy semver.dll to direct dependencies (#4226) (#4229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft authored Mar 4, 2024
1 parent 0d7e0f4 commit 91d6e81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<ManagedDependency Include="$(OutputPath)Microsoft.Windows.SDK.NET.dll" Condition="'$(TargetFramework)' == '$(CoreFramework)'" />
<ManagedDependency Include="$(OutputPath)WinRT.Runtime.dll" Condition="'$(TargetFramework)' == '$(CoreFramework)'" />
<ManagedDependency Include="$(OutputPath)Microsoft.Win32.Registry.dll" Condition="'$(TargetFramework)' == '$(DesktopFramework)'" />
<ManagedDependency Include="$(OutputPath)Semver.dll" />
</ItemGroup>
<Message Importance="high" Text="Copying managed shared dependencies: '@(ManagedDependency)'" />
<Copy SourceFiles="@(ManagedDependency)" DestinationFolder="$(PowerShellModuleSharedDependencies)" />
Expand Down

0 comments on commit 91d6e81

Please sign in to comment.