Merge pull request #1601 from PowerShell/travisez13/BuildWSManInCore

Compile WSMan binaries when compiling for dot net core
This commit is contained in:
Sergei Vorobev 2016-08-02 12:47:31 -07:00 committed by GitHub
commit 78c9da25fa

View file

@ -56,7 +56,8 @@
"Microsoft.PowerShell.Commands.Diagnostics": "1.0.0-*",
"Microsoft.PowerShell.LocalAccounts": "1.0.0-*",
"Microsoft.PowerShell.PackageManagement": "1.0.0-*",
"Microsoft.Management.Infrastructure.CimCmdlets": "1.0.0-*"
"Microsoft.Management.Infrastructure.CimCmdlets": "1.0.0-*",
"Microsoft.WSMan.Management": "1.0.0-*"
},
"frameworks": {