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 5eb81ef commit 3e5f2b4Copy full SHA for 3e5f2b4
dotnet/src/support/BUILD.bazel
@@ -35,6 +35,8 @@ csharp_library(
35
"UI/*.cs",
36
]) + [":assembly-info"],
37
out = "WebDriver.Support",
38
+ langversion = "12.0",
39
+ nullability = "annotations",
40
target_frameworks = [
41
"netstandard2.0",
42
],
@@ -74,6 +76,8 @@ csharp_library(
74
76
75
77
out = "WebDriver.Support.StrongNamed",
78
keyfile = "//dotnet:WebDriver.snk",
79
80
81
82
83
0 commit comments