Skip to content

Commit 5bfd594

Browse files
committed
chore: added comment
1 parent c3b7b71 commit 5bfd594

File tree

1 file changed

+2
-0
lines changed
  • BrowserStackLocal/BrowserStackLocal

1 file changed

+2
-0
lines changed

BrowserStackLocal/BrowserStackLocal/Util.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public static bool Is64BitOS()
4141
#if NET48_OR_GREATER || NETSTANDARD2_0_OR_GREATER || NETCOREAPP3_0_OR_GREATER
4242
return Environment.Is64BitOperatingSystem;
4343
#endif
44+
// https://learn.microsoft.com/en-gb/dotnet/standard/choosing-core-framework-server?WT.mc_id=dotnet-35129-website
45+
// linux won't be supported in .NET Framework and fallback to 64 bit
4446
return true;
4547
}
4648
}

0 commit comments

Comments
 (0)