Skip to content

Commit 3e5f2b4

Browse files
committed
[dotnet] Update bazel build to recognize Support as nullable-annotated and langversion
1 parent 5eb81ef commit 3e5f2b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dotnet/src/support/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ csharp_library(
3535
"UI/*.cs",
3636
]) + [":assembly-info"],
3737
out = "WebDriver.Support",
38+
langversion = "12.0",
39+
nullability = "annotations",
3840
target_frameworks = [
3941
"netstandard2.0",
4042
],
@@ -74,6 +76,8 @@ csharp_library(
7476
]) + [":assembly-info"],
7577
out = "WebDriver.Support.StrongNamed",
7678
keyfile = "//dotnet:WebDriver.snk",
79+
langversion = "12.0",
80+
nullability = "annotations",
7781
target_frameworks = [
7882
"netstandard2.0",
7983
],

0 commit comments

Comments
 (0)