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 73f9351 commit 7be7e2eCopy full SHA for 7be7e2e
dotnet/src/webdriver/SeleniumManager.cs
@@ -20,7 +20,7 @@
20
using System.Collections.Generic;
21
using System.Diagnostics;
22
23
-#if !NETFRAMEWORK
+#if !NET45 && !NET46 && !NET47
24
using System.Runtime.InteropServices;
25
#endif
26
@@ -70,7 +70,7 @@ private static string Binary
70
{
71
if (string.IsNullOrEmpty(binary))
72
73
-#if NETFRAMEWORK
+#if NET45 || NET46 || NET47
74
binary = "selenium-manager/windows/selenium-manager.exe";
75
#else
76
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
0 commit comments