We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b7467 commit 2630032Copy full SHA for 2630032
dotnet/test/common/BUILD.bazel
@@ -59,7 +59,7 @@ config_setting(
59
],
60
target_frameworks = select({
61
":netframework": ["net48"],
62
- ":netcore": ["net6.0"]
+ ":netcore": ["net6.0"],
63
"//conditions:default": ["net6.0"],
64
}),
65
visibility = ["//visibility:public"],
0 commit comments