winget-cli

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

commit cf85374d37cc9391e22bff62aac9b62b524d4398
parent 7ad39fec5722f2d006c5b856ef138e5441fb7a1c
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date:   Mon, 11 Apr 2022 14:43:01 -0700

Make In-proc Com nuget package better support .net framework 4.* (#2083)


Diffstat:
MWinGetInProcCom.nuspec | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/WinGetInProcCom.nuspec b/WinGetInProcCom.nuspec @@ -24,5 +24,7 @@ <file src="src\x86\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.pdb" target="runtimes\win-x86\native\Microsoft.Management.Deployment.InProc.pdb"/> <file src="src\x86\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.dll.manifest" target="runtimes\win-x86\native\Microsoft.Management.Deployment.InProc.dll.manifest"/> <file src="src\x86\Release\Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd" target="runtimes\win-x86\native\Microsoft.Management.Deployment.winmd"/> + <!-- Placing a copy of the winmd in lib folder to let .net 4.* framework recognize and compile --> + <file src="src\x86\Release\Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd" target="lib\Microsoft.Management.Deployment.winmd"/> </files> </package> \ No newline at end of file