Skip to content

Commit

Permalink
Removing no longer used Graph usings
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed Oct 17, 2024
1 parent a97016b commit 80679ad
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
25 changes: 25 additions & 0 deletions src/ALC/ALC.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PnP.PowerShell.ALC", "PnP.PowerShell.ALC.csproj", "{0BFB8F61-512F-405A-BC8A-7D2C804A5963}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B34EA9CD-BE09-4B3E-ADF7-CC08EB6BDA39}
EndGlobalSection
EndGlobal
4 changes: 1 addition & 3 deletions src/Commands/Base/ConnectOnline.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using Microsoft.Graph;
using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client;
using PnP.Framework;
using PnP.PowerShell.Commands.Apps;
using PnP.PowerShell.Commands.Base.PipeBinds;
using PnP.PowerShell.Commands.Enums;
using PnP.PowerShell.Commands.Model;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
using Microsoft.Graph;
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.Online.SharePoint.TenantManagement;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;

namespace PnP.PowerShell.Commands.Model.SharePoint
{
Expand Down

0 comments on commit 80679ad

Please sign in to comment.