Skip to content

Commit cfd2146

Browse files
committed
Fix net45 usings for Import-Context cmdlet
1 parent 3e1ab7e commit cfd2146

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ResourceManager/Profile/Commands.Profile/Context/ImportAzureRMContext.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
#if NETSTANDARD
2323
using Microsoft.Azure.Commands.Common.Authentication.Core;
2424
using Microsoft.Azure.Commands.Profile.Models.Core;
25-
#else
26-
using Microsoft.Azure.Commands.Common.Authentication;
2725
#endif
2826
using Microsoft.Azure.Commands.Profile.Properties;
2927
using System;

0 commit comments

Comments
 (0)