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 3f22cbd commit 27f682eCopy full SHA for 27f682e
dotnet/src/webdriver/BUILD.bazel
@@ -55,6 +55,7 @@ csharp_library(
55
framework("nuget", "Microsoft.Bcl.AsyncInterfaces"),
56
framework("nuget", "System.Threading.Tasks.Extensions"),
57
framework("nuget", "System.Memory"),
58
+ framework("nuget", "System.Text.Encodings.Web"),
59
framework("nuget", "System.Text.Json"),
60
],
61
)
@@ -119,6 +120,7 @@ csharp_library(
119
120
121
122
123
124
125
126
0 commit comments