From d880e1d3bf0c79d5cb85e03af958b951dfdc6db3 Mon Sep 17 00:00:00 2001 From: Paul Allen Date: Mon, 6 Mar 2017 15:15:42 -0800 Subject: [PATCH] Update psrp client nuget for linux/mac Adds ntml over spnego for authentication between windows and centos7.3 and ubuntu 16.04. Fixes a number of problems that stopped connection to exchange/office365. --- src/powershell-unix/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powershell-unix/project.json b/src/powershell-unix/project.json index 412c02e680d..3a51f08970e 100644 --- a/src/powershell-unix/project.json +++ b/src/powershell-unix/project.json @@ -79,7 +79,7 @@ "dependencies": { "Microsoft.PowerShell.SDK": "6.0.0-*", "Microsoft.PowerShell.PSReadLine": "6.0.0-*", - "libpsrpclient": "1.0.0-*", + "psrp": "1.1.0-*", "PSDesiredStateConfiguration": "1.0.0-alpha01", "PowerShellHelpFiles": "1.0.0-alpha01" },