Skip to content

Commit

Permalink
Updating .NET Bazel build file for WebDriverBackedSelenium
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 17, 2020
1 parent 1b9e427 commit 411d798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotnet/src/webdriverbackedselenium/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@d2l_rules_csharp//csharp:defs.bzl", "csharp_library")
load("//:copy_file.bzl", "copy_file")
load("//dotnet:nuget.bzl", "nuget_package")
load("//dotnet:assembly-info.bzl", "generated_assembly_info")
load(
Expand Down Expand Up @@ -163,7 +164,7 @@ csharp_library(
],
visibility = ["//visibility:public"],
deps = [
"//dotnet/src/webdriver:netstandard2.0-strongnamed",
"//dotnet/src/webdriver:netstandard2.0assembly-strongnamed",
],
)

Expand Down

0 comments on commit 411d798

Please sign in to comment.