Skip to content

Commit

Permalink
Updating .NET Bazel build files with correct references
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Sep 30, 2019
1 parent 4954772 commit 7498da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/support/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ netstandard_library(
visibility = ["//visibility:public"],
deps = [
"//dotnet/src/webdriver:netstandard2.0-strongnamed",
"@io_bazel_rules_dotnet//dotnet/stdlib.core:netstandard.dll",
"@io_bazel_rules_dotnet//dotnet/stdlib.netstandard:netstandard.dll",
],
)

Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/webdriverbackedselenium/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ netstandard_library(
visibility = ["//visibility:public"],
deps = [
"//dotnet/src/webdriver:netstandard2.0",
"@io_bazel_rules_dotnet//dotnet/stdlib.core:netstandard.dll",
"@io_bazel_rules_dotnet//dotnet/stdlib.netstandard:netstandard.dll",
],
)

Expand Down Expand Up @@ -137,7 +137,7 @@ netstandard_library(
visibility = ["//visibility:public"],
deps = [
"//dotnet/src/webdriver:netstandard2.0-strongnamed",
"@io_bazel_rules_dotnet//dotnet/stdlib.core:netstandard.dll",
"@io_bazel_rules_dotnet//dotnet/stdlib.netstandard:netstandard.dll",
],
)

Expand Down

0 comments on commit 7498da6

Please sign in to comment.