Skip to content

Commit cf85374

Browse files
authored
Make In-proc Com nuget package better support .net framework 4.* (#2083)
1 parent 7ad39fe commit cf85374

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WinGetInProcCom.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@
2424
<file src="src\x86\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.pdb" target="runtimes\win-x86\native\Microsoft.Management.Deployment.InProc.pdb"/>
2525
<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"/>
2626
<file src="src\x86\Release\Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd" target="runtimes\win-x86\native\Microsoft.Management.Deployment.winmd"/>
27+
<!-- Placing a copy of the winmd in lib folder to let .net 4.* framework recognize and compile -->
28+
<file src="src\x86\Release\Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd" target="lib\Microsoft.Management.Deployment.winmd"/>
2729
</files>
2830
</package>

0 commit comments

Comments
 (0)