Skip to content

Commit 2630032

Browse files
committed
[dotnet] Fix Bazel build file in test directory
1 parent 35b7467 commit 2630032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ config_setting(
5959
],
6060
target_frameworks = select({
6161
":netframework": ["net48"],
62-
":netcore": ["net6.0"]
62+
":netcore": ["net6.0"],
6363
"//conditions:default": ["net6.0"],
6464
}),
6565
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)