File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ netstandard_library(
89
89
visibility = ["//visibility:public" ],
90
90
deps = [
91
91
"//dotnet/src/webdriver:netstandard2.0-strongnamed" ,
92
- "@io_bazel_rules_dotnet//dotnet/stdlib.core :netstandard.dll" ,
92
+ "@io_bazel_rules_dotnet//dotnet/stdlib.netstandard :netstandard.dll" ,
93
93
],
94
94
)
95
95
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ netstandard_library(
69
69
visibility = ["//visibility:public" ],
70
70
deps = [
71
71
"//dotnet/src/webdriver:netstandard2.0" ,
72
- "@io_bazel_rules_dotnet//dotnet/stdlib.core :netstandard.dll" ,
72
+ "@io_bazel_rules_dotnet//dotnet/stdlib.netstandard :netstandard.dll" ,
73
73
],
74
74
)
75
75
@@ -137,7 +137,7 @@ netstandard_library(
137
137
visibility = ["//visibility:public" ],
138
138
deps = [
139
139
"//dotnet/src/webdriver:netstandard2.0-strongnamed" ,
140
- "@io_bazel_rules_dotnet//dotnet/stdlib.core :netstandard.dll" ,
140
+ "@io_bazel_rules_dotnet//dotnet/stdlib.netstandard :netstandard.dll" ,
141
141
],
142
142
)
143
143
You can’t perform that action at this time.
0 commit comments