Skip to content

Commit 0841175

Browse files
committed
Fix issues introduced from cherry-picking
1 parent 86cf8c7 commit 0841175

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/code/ServerApiCall.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using System.Text;
1111
using System.Runtime.ExceptionServices;
1212
using System.Management.Automation;
13-
using System;
1413

1514
namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
1615
{

src/code/Utils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
using System.Management.Automation.Language;
1414
using System.Management.Automation.Runspaces;
1515
using System.Runtime.InteropServices;
16+
using System.Security;
1617
using Microsoft.PowerShell.Commands;
1718
using Microsoft.PowerShell.PSResourceGet.Cmdlets;
1819
using System.Net.Http;

0 commit comments

Comments
 (0)