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

Commit

Permalink
Fixed compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvanhunen committed Oct 12, 2020
1 parent 5b477eb commit 6e7fca0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Commands/Model/SPOTenant.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.Online.SharePoint.TenantAdministration;
#if !ONPREMISES
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.Online.SharePoint.TenantManagement;
using Microsoft.SharePoint.Client;
using System;
Expand Down Expand Up @@ -605,4 +606,5 @@ public SPOTenant(Tenant tenant)

private bool disableCustomAppAuthentication;
}
}
}
#endif

0 comments on commit 6e7fca0

Please sign in to comment.