Skip to content

Commit

Permalink
[dotnet] Workaround using pre-processor directive (#14499)
Browse files Browse the repository at this point in the history
* [dotnet] Workaround using pre-processor directive

* Fix formatting?

* Fix formatting
  • Loading branch information
nvborisenko committed Sep 14, 2024
1 parent 210012b commit dd50e28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotnet/src/webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ csharp_library(
"**/*.cs",
]) + devtools_version_targets(),
out = "WebDriver",
defines = [
"NET8_0_OR_GREATER",
],
internals_visible_to = [
"WebDriver.Common.Tests",
],
Expand Down Expand Up @@ -128,6 +131,9 @@ csharp_library(
"**/*.cs",
]) + devtools_version_targets(),
out = "WebDriver.StrongNamed",
defines = [
"NET8_0_OR_GREATER",
],
keyfile = "//dotnet:WebDriver.snk",
langversion = "12.0",
resources = [
Expand Down

0 comments on commit dd50e28

Please sign in to comment.