Skip to content

Commit

Permalink
[dotnet] Fix failed build via adding missing using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Mar 25, 2024
1 parent 3fab5fa commit bfcc737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/src/webdriver/Response.cs
Expand Up @@ -18,6 +18,7 @@

using Newtonsoft.Json;
using OpenQA.Selenium.Internal;
using System;
using System.Collections.Generic;
using System.Globalization;

Expand Down

0 comments on commit bfcc737

Please sign in to comment.