From 25c89310a4fb62f47fb334a17f0e8bbc598239d1 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Tue, 2 Aug 2016 17:54:02 -0700 Subject: [PATCH] Bump MMI dependency to alpha04 alpha04 has following changes: - libmi.so is not included in this package. It will be brough as a separate nuget package later. - all unix runtimes are replaced by generic unix runtimes to enable easier builds on new unix platforms. --- src/System.Management.Automation/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Management.Automation/project.json b/src/System.Management.Automation/project.json index bf8b88afb..0d6ee12b6 100644 --- a/src/System.Management.Automation/project.json +++ b/src/System.Management.Automation/project.json @@ -21,7 +21,7 @@ }, "dependencies": { - "Microsoft.Management.Infrastructure": "1.0.0-alpha02" + "Microsoft.Management.Infrastructure": "1.0.0-alpha04" }, "frameworks": {