From 724c53ced852d3badeb2ef3f78fcd24516d1a126 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 2 Aug 2016 11:45:11 -0700 Subject: [PATCH] Compile WSMan binaries when compiling for dot net core --- src/powershell-win-core/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/powershell-win-core/project.json b/src/powershell-win-core/project.json index 41e369f97..787769d67 100644 --- a/src/powershell-win-core/project.json +++ b/src/powershell-win-core/project.json @@ -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": {