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 c2ce5cd commit b545c2fCopy full SHA for b545c2f
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.Runtime.CompilerServices.Unsafe"),
59
framework("nuget", "System.Text.Encodings.Web"),
60
framework("nuget", "System.Text.Json"),
61
],
@@ -120,6 +121,7 @@ csharp_library(
120
121
122
123
124
125
126
127
0 commit comments