Skip to content

Commit bfcc737

Browse files
committed
[dotnet] Fix failed build via adding missing using statement
1 parent 3fab5fa commit bfcc737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/Response.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
using Newtonsoft.Json;
2020
using OpenQA.Selenium.Internal;
21+
using System;
2122
using System.Collections.Generic;
2223
using System.Globalization;
2324

0 commit comments

Comments
 (0)