Skip to content

Commit 846ca9c

Browse files
committed
Drop support for Bazel 7
1 parent 8196030 commit 846ca9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module(
44
name = "rules_dotnet",
55
version = "0.0.0",
6-
bazel_compatibility = [">=7.0.0"],
6+
bazel_compatibility = [">=8.0.0"],
77
compatibility_level = 0,
88
)
99

0 commit comments

Comments
 (0)