Skip to content

Commit 536b335

Browse files
committed
Added using statement for regular expression
1 parent af42737 commit 536b335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Custom/PSCmdletExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace NamespacePrefixPlaceholder.PowerShell
1414
using System.Net.Http;
1515
using System.Threading;
1616
using System.Threading.Tasks;
17+
using System.Text.RegularExpressions;
1718

1819
internal static class PSCmdletExtensions
1920
{

0 commit comments

Comments
 (0)