winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b07d2ebb7d865f95320e2bc708a2d1efb2152c5a
parent 464e177f3b355ffef3d9f96fdebed9004407d181
Author: Ryan <69221034+ryfu-msft@users.noreply.github.com>
Date:   Mon,  4 Mar 2024 14:12:35 -0800

Copy semver.dll to direct dependencies (#4226)


Diffstat:
Msrc/PowerShell/Microsoft.WinGet.Client.Cmdlets/Microsoft.WinGet.Client.Cmdlets.csproj | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Microsoft.WinGet.Client.Cmdlets.csproj b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Microsoft.WinGet.Client.Cmdlets.csproj @@ -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)" />