From 58de8914b15c4ca7d6720e0d36a3714a0636d3e7 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Wed, 13 Jul 2016 20:15:56 -0700 Subject: [PATCH] Downgrade Microsoft.WSMan.Management dependency so we can use the one from sources --- src/Microsoft.PowerShell.Commands.Management/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.Commands.Management/project.json b/src/Microsoft.PowerShell.Commands.Management/project.json index 02994cdae..8bab6d7b6 100644 --- a/src/Microsoft.PowerShell.Commands.Management/project.json +++ b/src/Microsoft.PowerShell.Commands.Management/project.json @@ -88,7 +88,7 @@ "System.Web.Services": "" }, "dependencies": { - "Microsoft.WSMan.Management": "1.0.1-*" + "Microsoft.WSMan.Management": "1.0.0-*" }, "buildOptions": { "compile": {