Skip to content

Commit 94912cc

Browse files
committed
Fix build error
1 parent b7e2d36 commit 94912cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dotnet/src/webdriver/Internal/ResourceUtilities.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// under the License.
1818
// </copyright>
1919

20+
#if NET462
21+
using System.Diagnostics;
22+
#endif
2023
using System.Reflection;
2124
using System.Runtime.InteropServices;
2225

0 commit comments

Comments
 (0)