Skip to content

Commit 05128eb

Browse files
committed
Didn't mean to update the comment
1 parent f087e6f commit 05128eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/Core/Authentication/MicrosoftAuthentication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public static bool CanUseBroker(ICommandContext context)
478478

479479
return defaultValue;
480480
#else
481-
// OS broker requires .NET Framework right now until we migrate to .NET 5.0 (net6.0-windows10.x.y.z)
481+
// OS broker requires .NET Framework right now until we migrate to .NET 5.0 (net5.0-windows10.x.y.z)
482482
return false;
483483
#endif
484484
}

0 commit comments

Comments
 (0)