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

Commit 6e7fca0

Browse files
committed
Fixed compilation issue
1 parent 5b477eb commit 6e7fca0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Commands/Model/SPOTenant.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Microsoft.Online.SharePoint.TenantAdministration;
1+
#if !ONPREMISES
2+
using Microsoft.Online.SharePoint.TenantAdministration;
23
using Microsoft.Online.SharePoint.TenantManagement;
34
using Microsoft.SharePoint.Client;
45
using System;
@@ -605,4 +606,5 @@ public SPOTenant(Tenant tenant)
605606

606607
private bool disableCustomAppAuthentication;
607608
}
608-
}
609+
}
610+
#endif

0 commit comments

Comments
 (0)