We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b7b71 commit 5bfd594Copy full SHA for 5bfd594
BrowserStackLocal/BrowserStackLocal/Util.cs
@@ -41,6 +41,8 @@ public static bool Is64BitOS()
41
#if NET48_OR_GREATER || NETSTANDARD2_0_OR_GREATER || NETCOREAPP3_0_OR_GREATER
42
return Environment.Is64BitOperatingSystem;
43
#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
46
return true;
47
}
48
0 commit comments