Skip to content

Commit af67079

Browse files
committed
add imports back
1 parent a646578 commit af67079

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/code/LocalServerApiCalls.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
using System.Xml;
1313
using System.Net;
1414
using System.Management.Automation;
15+
using System.Runtime.ExceptionServices;
1516

1617
namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
1718
{

src/code/Utils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
using Azure.Identity;
2323
using System.Text.RegularExpressions;
2424
using System.Threading;
25+
using System.Threading.Tasks;
2526

2627
namespace Microsoft.PowerShell.PSResourceGet.UtilClasses
2728
{

0 commit comments

Comments
 (0)