Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 412d208

Browse files
committed
November 2019 Release
1 parent 68a7107 commit 412d208

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Commands/Base/RequestAccessToken.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Newtonsoft.Json.Linq;
1+
#if !ONPREMISES
2+
using Newtonsoft.Json.Linq;
23
using OfficeDevPnP.Core.Utilities;
34
using SharePointPnP.PowerShell.CmdletHelpAttributes;
45
using System;
@@ -194,3 +195,4 @@ private System.Reflection.Assembly CurrentDomain_AssemblyResolve(object sender,
194195
}
195196
}
196197
}
198+
#endif

0 commit comments

Comments
 (0)