Skip to content

Commit b7ef1f4

Browse files
Merge pull request #1 from MiYanni/patch-3
Remove #if as it is not needed
2 parents b52c05e + cd60363 commit b7ef1f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Accounts/Accounts/CommonModule/RegisterAzureModule.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
using System.Net.Http;
2121
using System.Collections.Generic;
2222
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
23-
#if NETSTANDARD
2423
using Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core;
2524
using Microsoft.Azure.Commands.Profile.Models.Core;
26-
#endif
2725
using Microsoft.Azure.Commands.Profile.Models;
2826
using System.Globalization;
2927
using Microsoft.Azure.Commands.Common.Authentication;
@@ -292,4 +290,4 @@ protected override void ProcessRecord()
292290
}
293291
}
294292

295-
}
293+
}

0 commit comments

Comments
 (0)